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 |
What is jquery.size()? : jquery mobile
Explain each() function in jquery?
How to disable jquery animation? : jquery mobile
How to multiple version of jQuery?
Which one is more efficient, document.getElementbyId( "myId") or $("#myId)?
Define all the ways to include jquery in a page?
What is event preventdefault () and event stoppropagation () in jquery?
What is the difference between javascript and jquery?
What does the jQuery migrate function do?
What are the four parameters used for jQuery Ajax method?
What is the minimum setup needed to start using jquery.
Why we need jquery mobile? : jquery mobile