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?
6 ответов
+ 1
Include it in head tag <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
+ 1
Abhay, i need it included from my machine. I installed it in node using npm...
+ 1
I thought so I don't know about that sorry!
+ 1
Maybe someone else will help you but I wonder why no one hasn't yet!
+ 1
https://www.google.com/amp/s/hub.packtpub.com/installing-jquery/amp/
maybe you will get the answer here!
+ 1
Ok cool thanks though Abhay