jquery

Fix: jQuery("ul.sf-menu").superfish is not a function

Is your file throwing you a superfish is not a function or some other jQuery(‘blah blah blah’).functionname is not a function? Surround your call to that function with the ready() function to help ensure everything is loaded before the file tries calling non existent functions.

Read the full article →