Please is there a way I can use jQuery for my js in the coding area? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Please is there a way I can use jQuery for my js in the coding area?

9th Sep 2018, 1:33 PM
Michael Atere Oluwasegun
Michael Atere Oluwasegun - avatar
2 Answers
+ 6
Yes. Just tie in the library to your HTML file in the head section. <!-- jQuery library from jQuery tutorial --> <script src="https://code.jquery.com/jquery-3.1.1.js"></script> <!-- jQuery library from Bootstrap tutorial --> <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
9th Sep 2018, 1:36 PM
Janning⭐
Janning⭐ - avatar
+ 1
thanks.
9th Sep 2018, 1:57 PM
Michael Atere Oluwasegun
Michael Atere Oluwasegun - avatar