Quantcast
Channel: JetBrains Developer Community : All Content - IntelliJ IDEA Users
Viewing all articles
Browse latest Browse all 5481

Uncaught ReferenceError: $ is not defined when debugging jQuery

$
0
0

I created a web module app in Intelli J 12 (pure html, css3 and Javascript) and downloaded jQuery and jQuery UI.

jQuery is not working and when I debug I get :Uncaught ReferenceError: $ is not defined <- which says that jQuery is not loaded.

So what am I missing? why is jQuery not loading?

Both jQuery libraries are in the global libraries configuration for the project.

After linking the script to the html my first line in the script is:

$(document.ready(function(){"code here"});

 

Regards,

Felipe


Viewing all articles
Browse latest Browse all 5481

Trending Articles