0
I want to use jQuery offline but it is not running on my pc. What do I need to install
Offline jQuery
2 Respuestas
+ 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
+ 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?