Hello,
I am using jQuery Superfish (with Supersubs) but I'm getting an JS
error when loading the page:
Error: $("ul#topmenu").supersubs is not a function
I looked at the supersubs.js file but I can't figure out what the
problem is. I'm calling jquery.js, jquery.superfish.js, and
jquery.supersubs.js on the <head> and initiating menu as suggested:
$(document).ready(function(){
$("ul#topmenu").supersubs({
minWidth: 12,
maxWidth: 27,
extraWidth: 1
}).superfish();
});
Can someone please help with this? Thank you!