You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
just started the jQuery tutorial and stuck on the ready event part. Opening the html and file and clicking the "jQuery" link, no alert pop-up comes up like it's supposed to, it goes straight to the jQuery home page instead.
After checking with Firebug, the two errors are ReferenceError: define is not defined for the jquery.js file and the ReferenceError: $ is not defined for the html file. Inserting javascript/jquery instead of jquery.js into the <script src = ... has helped to get rid of the first ReferenceError, $ is not defined still comes up.
The text was updated successfully, but these errors were encountered:
I'm not sure what problem you're having, but the article doesn't have any errors in it and copy/pasting your code into an actual page produces no problems: http://jsbin.com/fohiqifezefa/1/edit
Please use IRC, Stack Overflow, or the forums for help.
just started the jQuery tutorial and stuck on the ready event part. Opening the html and file and clicking the "jQuery" link, no alert pop-up comes up like it's supposed to, it goes straight to the jQuery home page instead.
After checking with Firebug, the two errors are
ReferenceError: define is not defined
for thejquery.js
file and theReferenceError: $ is not defined
for the html file. Insertingjavascript/jquery
instead ofjquery.js
into the<script src = ...
has helped to get rid of the first ReferenceError,$ is not defined
still comes up.The text was updated successfully, but these errors were encountered: