+ 5
How to link js library to the code Playground
Am getting an error as uncaught reference error: $ is not defined
5 odpowiedzi
+ 4
Put this in the <head> section of your Html:
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
... and/or go check this link for more version/favours:
https://code.jquery.com
+ 4
Show your code, or a link to it if you want more investivigations: mainly don't work only when there's PEBCAK (Problem Exists Between Chair And Keyboard) :P
+ 2
ya I had gone with the Google CDN it gave error..
+ 1
https://code.jquery.com/jquery-3.1.1.js this worked for me
+ 1
haha thanks.. it worked