Which are the popular jQuery CDN? and what is the advantage of using CDN?
Answer Posted / chaitanya
There are 3 popular jQuery CDNs.
1. Google.
2. Microsoft
3. jQuery.
Advantage of using CDN.
It reduces the load from your server.
It saves bandwidth. jQuery framework will load faster from these CDN.
The most important benefit is it will be cached, if the user has visited any site which is using jQuery framework from any of these CDN
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Give a brief idea about jquery mobile? : jQuery Mobile
Tell me how to check data type of any variable in jquery? : jquery mobile
What is the script build up by jQuery?
How to fetch the values of selected checkbox array using jquery?
How to resolve conflicts with other libraries?
Can we have multiple document.ready() function on the same page? : jquery mobile
What are two different version of jquery library? : jquery mobile
How does jquery store data related to an element?
Write a code for the implementation of a module pattern.
What are the various ajax functions available in jquery ?
How to find grand children in of an element?
What programming language does jquery use?
What is .empty()? : jquery mobile
What is the use of jQuery.ajax method ()?
Can JQuery Run on MAC or Linux instead of Windows?