Search code examples
jquerysuperfish

jQuery superfish menu TypeError: o is undefined clearTimeout(o.sfTimer);


I have 2 menus on my site both being called with the .superfish() below.

$("ul.sf-menu").superfish();

The code works fine if we're actually in the footer menu, but if we're in the header menu I get the error below:

TypeError: o is undefined
clearTimeout(o.sfTimer);

Is this a bug with the superfish menu or with my code?

I'm using version 1.7.2 of superfish and version 1.7.1 of jQuery.


Solution

  • I had the classes sf-js-enabled sf-shadow on my ul.sf-menu and it caused the error.