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.3 Respuestas
+ 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
+ 2
np =D
+ 1
Thank you ! I wasn't using the right link...