+ 2
How to start a project include jQuery inside SoloLearn?
Как запустить проект, включающий код jQuery, в SoloLearn? Например, манипуляцию $(".test").toggleClass("red")...
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.