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 |
How can we apply css in last child of parent using jquery library?
How can I select 20th div with jquery?
What is a dom in jquery? How can we make sure that dom is ready?
What is get()? : jquery mobile
How to find grand children in of an element?
Is numeric in jquery?
What is the difference between eq() and get() methods in jQuery?
Explain the difference between onload() and document.ready() function used in jquery?
What is jQuery plugin and what is the advantage of using plugin?
What are the methods used to provide effects in jquery?
How to Use the jQuery load() Method?
How to get the value of selected option in jquery?