Which are the popular jQuery CDN? and what is the advantage of using CDN?
Answer / 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 |
Which is fast document.getElementByID('txtName') or $('#txtName').?
Is jquery a framework?
How do I check if an element is hidden in jQuery?
How can you add a jquery library in your project?
Change the url for a hyperlink using jquery?
Hide and show image on button click using jQuery?
How can events be prevented from stopping to work after an ajax request?
What the use of $ symbol in jquery.
Which operating system is more compatible with jQuery?
How to execute jQuery code after the DOM is ready?
What are the slow selectors in jQuery?
How to add a class to html element?