I want to use jQuery offline but it is not running on my pc. What do I need to install | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

I want to use jQuery offline but it is not running on my pc. What do I need to install

Offline jQuery

14th Jul 2022, 5:50 PM
Muhammed Abdulrahaman Adinoyi
2 Answers
+ 2
You have to download the jQuery library from the source as follows on your pc and add a link to your code, where you that saved. https://code.jquery.com/jquery-3.1.1.js
14th Jul 2022, 6:00 PM
JaScript
JaScript - avatar
+ 1
You shouldnt need to install anything. Just write up your html/javascript files with the correct filename extensions and correct directory locations and open them in your browser ^^ .. hint: ./index.html will take you to its directory automatically (as ./) something something http://localhost something webserver?
14th Jul 2022, 5:56 PM
ρү૨œdԌ૨ ×
ρү૨œdԌ૨ × - avatar