If you look at the page;
http://www.sars-clan.co.uk/forums/ (ignore styling etc as its a work
in progress)
In the header source the forum system myBB calls prototype and then I
call jquery and the noconflict;
jQuery.noConflict();
jQuery(document).ready(function($){
//my jquery stuff
I'm trying to use jQuery inside a CMS which use mootools - therefore I
use noConflict.
I have this sample code:
jQuery.noConflict();
(function($) {
function doSomething() {
//some jQuery Stuff here..
alert("something
Hi Guys,
I am using .noconflict in my Jquery script on a page with another
library. The problem I am facing is that the other library is still
producing an error even WITH .noconflict being used.
I think its because the other library is being called first - as when
I put the jquery library above
Trying to use jQuery & some plugins alongside Prototype/Scriptalicious
in Tapestry
I added noConflict to my scripts using this method:
jQuery.noConflict();
(function($) {
$(function() {
//my stuff here
});
})(jQuery);
But I'm not clear as to wh
Hi, I am curious if anybody ever implemented jQuery noConflict with
Galleria?
It's working fine in IE browsers but when I implemented the noConflict
(because the system I used for the site is full of prototype
scripts), IE stops working. I filed a bug report but have no hope it
will get fixed so
5 matches
Mail list logo