Replying to my own thread here. I figured out the issue.

I was using this in a Wordpress installation and the issue was with
wp_head() loading jquery.js after my jQuery code. This rendered
everything useless until I put the code block under the wp_head() call
and all worked fine.

Thanks to the authors for an awesome plugin!



On Oct 26, 2:08 am, net-genius <ipru...@gmail.com> wrote:
> Hello,
>
> I am using jQuery Superfish (withSupersubs) but I'm getting an JS
> error when loading the page:
>
> Error: $("ul#topmenu").supersubsis not a function
>
> I looked at thesupersubs.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!

Reply via email to