[jQuery] Re: Confused where to put superfish script

2009-08-18 Thread Charlie
correct. In your head you already have: jQuery.noConflict(); jQuery(function($){ $("ul.sf-menu") this is above where you are placing the new call you are putting in yourself with the noConflict function you can no longer use "$" in front of jQuery functions which you are trying to

[jQuery] Re: Confused where to put superfish script

2009-08-18 Thread tacotac
The link to the site is: sjsracine.org I have installed the superfish module in Joomla. I noticed the error doesn't show in the Firefox browser. So intalling the module, I don't need to place the script in my template's index page? Thanks! -Tiffany On Aug 18, 6:01 am, Charlie wrote: > menu w

[jQuery] Re: Confused where to put superfish script

2009-08-18 Thread Charlie
menu will degrade without script to css only menu . You won't have   animations opening subs or delay closing them but css keeps all hovers working if you are using Joomla extension for superfish it inserts the code for you, along with noConflict since joomla uses mootools. without a link to