Tuesday, February 07, 2012

$ is not defined

The error $ is not defined appears in the developers console. You may have updated your jquery scripts from version 1.3 to 1.6. The update is not the problem.


Be sure that the jquery JS is called before the body loads.

So, jquery.js needs to be at the top in the head section.