is t possible to run jquery codes when u r computer is not connected to internet?... | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

is t possible to run jquery codes when u r computer is not connected to internet?...

i have wrote some jquery including html and css codes, but when i run them, no effect happens...my laptop has internet connection problems, though i have been using t, to run codes written in html and css....

10th May 2017, 6:49 PM
Kelvine De Danielo
Kelvine De Danielo - avatar
10 Answers
+ 6
yes download the jQuery JavaScript files from their website.
10th May 2017, 6:50 PM
MR Programmer
MR Programmer - avatar
+ 6
download from this link. https://jquery.com/download/
10th May 2017, 6:54 PM
MR Programmer
MR Programmer - avatar
+ 4
ok bros...i'll download it first...thank u all
10th May 2017, 6:55 PM
Kelvine De Danielo
Kelvine De Danielo - avatar
+ 4
CDN means content delivery network: it makes sure that the content you are requesting is "served" by the server that can assure the fastest speed. jQuery library is served via CDN. if you want to use it offline. Access the CDN link in the browser. Copy paste the text and save it as jQuery.min.js in the directory of your site. reference the file in the header using its path in the directory.
10th May 2017, 7:11 PM
seamiki
seamiki - avatar
+ 3
what i could not get it.
10th May 2017, 6:52 PM
MR Programmer
MR Programmer - avatar
+ 3
yes it's possible you need to download the jQuery library, the jQuery.min.js file
10th May 2017, 6:53 PM
⏩▶Clau◀⏪
⏩▶Clau◀⏪ - avatar
+ 3
Go to this link https://code.jquery.com/jquery-3.2.1.js it will show a lot of text. select all the text copy that text and follow instructions in my previous post.
10th May 2017, 7:54 PM
seamiki
seamiki - avatar
+ 2
i think it will run well whithout internet.. or maybe your browser not supported your code elements
10th May 2017, 6:51 PM
Taufik T Pasaribu
Taufik T Pasaribu - avatar
0
@Mr programmer....what if i put the CDN?
10th May 2017, 6:52 PM
Kelvine De Danielo
Kelvine De Danielo - avatar
0
bros..i hav tried to download js.library...bt when i open t, t shows unexpected error...is t normal?
10th May 2017, 7:46 PM
Kelvine De Danielo
Kelvine De Danielo - avatar