[jQuery] Re: JQuery and Mootools still not working

2009-11-15 Thread Ryan Levin
t; $j("#section").fadeOut(" > > > > > slow", function(){ > >$j("#section").load("ajaxcontent.php?section="+section,false, > > function() { > > $j("#section").fadeIn("slow"); > > }); > >

[jQuery] Re: JQuery and Mootools still not working

2009-11-15 Thread Ryan Levin
t; $j("#section").fadeOut(" > > > > > slow", function(){ > >$j("#section").load("ajaxcontent.php?section="+section,false, > > function() { > > $j("#section").fadeIn("slow"); > > }); > >

[jQuery] JQuery and Mootools still not working

2009-11-12 Thread Ryan Levin
Hi, I am unable to get jquery and the barackslideshow working on the same page. I have been struggling for hours and it is an urgent thing. I researched and found the noConflict and after a while realized the correct order to put it in for it to work. And it works great - in Chrome and Firefox. In