mootools - jQuery No Conflict mode doesn't work -
On my page I'm using moo.fx .. Something, I do not really know what and now I A jquery banner was trying to add rotator. But still about the fact that I am installing my banner script in jQuery.noConflict (), moo.fx gives library errors:
Function to set:
< Pre> & lt; Script type = "text / javascript" & gt; JQuery.noConflict (); JQuery (document) .ready (function () {jQuery ('.banner'). Cycle ({effect: 'fade'});); & Lt; / Script & gt;
Now my firebug says, "Some $ moo.fx scripts do not have" $ "function. How to solve it?
If anyone finds this later, then $
for this, If you add jQuery first, then the previous value is undefined
you need to include jQuery after so that you want to restore it to work.
Comments
Post a Comment