How to start a project include jQuery inside SoloLearn? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

How to start a project include jQuery inside SoloLearn?

Как запустить проект, включающий код jQuery, в SoloLearn? Например, манипуляцию $(".test").toggleClass("red")...

8th Nov 2017, 1:46 AM
Дмитрий Ивченков
Дмитрий Ивченков - avatar
1 Answer
+ 10
You can go onto the language "web" (HTML, CSS JavaScript) and add this in between your <head> tags ➡ <script src="https://code.jquery.com/jquery-3.1.1.js"></script> Then, you can write the JQuery code in the JavaScript section.
8th Nov 2017, 3:31 AM
Learnsolo