+ 1

How can I use jquery in my pc without internet/wifi??

I have downloaded jquery from mobile and cooied to my pc too but it has .map extension.how can i connect that and use jquery??

15th Jan 2019, 8:47 AM
Nimesh Adhikari
Nimesh Adhikari - avatar
2 Answers
+ 1
If you are going to work offline then you might want to prepare some things. Download JQuery from the official website. When adding it to a document make sure you give the correct path! Also having the documentation locally, would help a lot. If you are on a Mac i'd suggest getting https://kapeli.com/dash or something similar for windows/linux.
28th Jan 2019, 6:35 PM
slavi
0
//Download JQUERY file on your pc and include on your html file src <script src="/downloads/jquery. js" ></script>
15th Jan 2019, 9:36 AM
Sudarshan Rai
Sudarshan Rai - avatar