How can I add jquery and bootstrap libraries to my code in sololearn's compiler? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How can I add jquery and bootstrap libraries to my code in sololearn's compiler?

I can't figure out how to do it. I tried adding the href link to the head tag which usually works but it keeps telling me that "

quot; is not defined when I run the code.

14th Jan 2017, 5:37 AM
Periklis Panagiotis Arnaoutis
Periklis Panagiotis Arnaoutis - avatar
3 Answers
+ 6
u need to add this in ur html head <script src="https://code.jquery.com/jquery-3.1.1.js"></script> to use jquery
14th Jan 2017, 5:42 AM
Kawaii
Kawaii - avatar
+ 2
np =D
14th Jan 2017, 5:50 AM
Kawaii
Kawaii - avatar
+ 1
Thank you ! I wasn't using the right link...
14th Jan 2017, 5:49 AM
Periklis Panagiotis Arnaoutis
Periklis Panagiotis Arnaoutis - avatar