Which are the popular jQuery CDN? and what is the advantage of using CDN?



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

Post New Answer

More jQuery Interview Questions

How to include jQuery in ASP.Net project?

0 Answers  


Explain the starting point of code execution in jquery? : jquery mobile

0 Answers  


Explain finish method in jquery? : jquery mobile

0 Answers  


How do I pull a native DOM element from a jQuery object?

0 Answers   MCN Solutions,


How can jquery library be added to pages? Write a basic jquery code?

0 Answers  






Mention the differences between javascript and jquery.

0 Answers  


Is it possible to get value of multiple CSS properties in single statement?

1 Answers  


Explain the use of data-role=”page” attribute? : jQuery Mobile

0 Answers  


What is the difference between parent() and parents() methods in jQuery?

1 Answers  


Can we call C# code behind using jQuery?

0 Answers  


How does caching helps and how to use caching in jQuery?

1 Answers  


What are the browser related issues for jQuery?

0 Answers  


Categories