How do i work with jquery installed in node using npm? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How do i work with jquery installed in node using npm?

Started working with jquery and i'm getting confused on how to include it in my project, how do i refference it?

8th Apr 2020, 6:43 AM
Alfred Juma
Alfred Juma - avatar
6 Answers
+ 1
Include it in head tag <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
8th Apr 2020, 10:47 AM
Abhay
Abhay - avatar
+ 1
Abhay, i need it included from my machine. I installed it in node using npm...
8th Apr 2020, 10:52 AM
Alfred Juma
Alfred Juma - avatar
+ 1
I thought so I don't know about that sorry!
8th Apr 2020, 12:10 PM
Abhay
Abhay - avatar
+ 1
Maybe someone else will help you but I wonder why no one hasn't yet!
8th Apr 2020, 12:11 PM
Abhay
Abhay - avatar
8th Apr 2020, 12:25 PM
Abhay
Abhay - avatar
+ 1
Ok cool thanks though Abhay
8th Apr 2020, 1:17 PM
Alfred Juma
Alfred Juma - avatar