+ 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....
10 Respuestas
+ 6
yes download the jQuery JavaScript files from their website.
+ 6
download from this link.
https://jquery.com/download/
+ 4
ok bros...i'll download it first...thank u all
+ 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.
+ 3
what i could not get it.
+ 3
yes it's possible
you need to download the jQuery library, the jQuery.min.js file
+ 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.
+ 2
i think it will run well whithout internet..
or maybe your browser not supported your code elements
0
@Mr programmer....what if i put the CDN?
0
bros..i hav tried to download js.library...bt when i open t, t shows unexpected error...is t normal?