-1

When I view my page with Firebug I get the following error message:

jQuery("ul.nav").superfish is not a function

I have it targeting my class of nav. I can supply more code if needed but I was wondering if there is something I am missing which would be causing this error. TIA.

Shadow The GPT Wizard
  • 66,030
  • 26
  • 140
  • 208

1 Answers1

4

Superfish is a jQuery plugin. You must always include the jQuery library before the plugin because the plugin depends on the jQuery library.