+ 5

How to link js library to the code Playground

Am getting an error as uncaught reference error: $ is not defined

14th Jun 2017, 10:39 PM
Мг. Кнап🌠
Мг. Кнап🌠 - avatar
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
14th Jun 2017, 10:44 PM
visph
visph - avatar
+ 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
14th Jun 2017, 10:49 PM
visph
visph - avatar
+ 2
ya I had gone with the Google CDN it gave error..
14th Jun 2017, 10:45 PM
Мг. Кнап🌠
Мг. Кнап🌠 - avatar
14th Jun 2017, 10:45 PM
Мг. Кнап🌠
Мг. Кнап🌠 - avatar
+ 1
haha thanks.. it worked
14th Jun 2017, 11:01 PM
Мг. Кнап🌠
Мг. Кнап🌠 - avatar