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 do you update ajax response with id " resilts"?
How we can remove an attribute of an html tag in jquery?
How can you use a jquery library in your project?
Explain the each() function?
Is it possible that jquery html work for both html and xml document?
How can jquery library be added to pages?
How to load a page using jquery mobile? : jquery mobile
What are the the two types of cdns?
What is jQuery CDN?
What are the various ajax functions?
What is jquery toggle function?
Change the url for a hyperlink using jquery?
Explain some benefits of jquery knockout?
What is .siblings() method in jquery?
Why is not dom ready working for jquery mobile? : jquery mobile