Good day!

Tell me, what does this error mean?

Uncaught exception: ReferenceError: Undefined variable: jQuery Error thrown at line 1, column 0 in http://localhost/ppl/templates/bixa/js/jquery.sweet-menu-1.0.js: jQuery(document).ready(function()

    1 answer 1

    This means that in jquery.sweet-menu-1.0.js the prescribed jQuery class was not found. In other words, before calling this script, you need to insert the script where jQuery itself is located.