How can I apply JQUERY in a code | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 15

How can I apply JQUERY in a code

24th Feb 2019, 9:33 PM
Hector Domingo{ }
Hector Domingo{ } - avatar
5 Answers
+ 3
Simply put the link to jquery source into the script tag inside of head section of your html code. Sample: <script src="https://code.jquery.com/jquery-3.1.1.js"></script>
25th Feb 2019, 3:50 AM
Thống Nguyễn
Thống Nguyễn - avatar
24th Feb 2019, 10:28 PM
Solo
Solo - avatar
+ 5
Thanks And what does jQuery do in a code
26th Feb 2019, 9:45 PM
Hector Domingo{ }
Hector Domingo{ } - avatar
+ 3
Jquery, actually is java script writing in a short, convinience way. So it does what java script does!
26th Feb 2019, 11:26 PM
Thống Nguyễn
Thống Nguyễn - avatar
26th Feb 2019, 10:13 PM
Solo
Solo - avatar