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 finish method in jQuery?
How to debug jQuery?
How to add and remove css classes to an element using ?
How to create clone of any object using jQuery?
What is normally not included in a cloned copy? : jQuery Mobile
What are jquery plugins?
Explain the starting point of code execution in jquery? : jquery mobile
What is event preventdefault () and event stoppropagation () in jquery?
Tell me what does $("div") will select? : jquery mobile
What is queue() in jquery? Use of queue() in jquery?
Is numeric in jquery?
Change the url for a hyperlink using jquery?