[jQuery] Superfish: Error: jQuery("ul.sf-menu").superfish is not a function
Hi,
I'm running a Joomla site with the superfish menu (http://
www.sdspaintball.nl) Menu works fine except when I go to the forum
section. It displays the menu, but without the downarrow indicator.
Also the slide effect is not working as it is on the rest of the site.
Error I'm getting is:
Error: jQuery("ul.sf-menu").superfish is not a function
Source File: http://www.sdspaintball.nl/index.php?option=com_fireboard&Itemid=11&func=latest
Line: 29
Line 29 contains:
jQuery(document).ready(function(){ jQuery("ul.sf-menu").superfish
({hoverClass:'sfHover', pathLevels:1, delay:800, animation:
{opacity:'show', height:'show', width:'show'}, speed:'def', autoArrows:
1, dropShadows:1}) });
Any thoughts?