jQuery | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

jQuery

Is jQuery added into the code playground already or will I have to link it in? If so, can it go in the HTML in <script> tags or with JavaScript?

25th Jan 2018, 1:30 AM
luciel
luciel - avatar
2 Answers
+ 15
It is not added by default but typing the following line in your html file is enough to add jQuery: <script src='https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js'></script> ;)
25th Jan 2018, 1:34 AM
Dapper Mink
Dapper Mink - avatar
+ 2
Thanks.
25th Jan 2018, 1:38 AM
luciel
luciel - avatar