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
How does jquery store data related to an element?
What is the use of html() method in jquery?
Have any of your startup projects failed dismally - if so, why and how did you learn from them?
Tell me does jquery 2.0 supports ie? : jquery mobile
List the advantage of using minimized version of jquery?
How do you update ajax response with id " resilts"?
What is jquery selectors? Give some examples.
Mention some advantages of jquery.
What is the difference between onclick and onsubmit?
Explain the difference between javascript and jquery? : jquery mobile
What is resize() function in jquery?
What does dollar sign mean in jquery? : jQuery Mobile
What is the difference between prop and attr?
What are the browser related issues for jQuery?
How you get server response from an ajax request using jquery?