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 |
Tell me is jquery a w3c standard? : jquery mobile
What is the use of each function in jQuery?
How to set jquery mobile responsive table width to 100% width despite css styles? : jquery mobile
How do I check if the DOM is ready?
Tell me what does $("div") will select? : jquery mobile
How to get the direct parent of an element using ?
Why jquery?
What is the difference between settimeout() and setinterval() methods?
How can events be prevented from stopping to work after an ajax request?
How to read cookies in jquery?
What is $('div')? : jquery mobile
What are jquery plugins?