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 check data type of any variable in jquery? : jquery mobile

0 Answers  


What is the latest version of jquery?

0 Answers  


What is the difference between eq() and get() methods in jQuery?

1 Answers  


What to do to select element having a particular class (".selected")? : jquery mobile

0 Answers  


List the basic selectors in jquery?

0 Answers  






What is the use of delay() method in JQuery?

0 Answers  


Explain chaining in jquery? : jquery mobile

0 Answers  


How can you delay document.ready until a variable is set?

0 Answers  


What are two different version of jquery library? : jquery mobile

0 Answers  


Explain event.preventdefault? : jquery mobile

0 Answers  


In jquery, what is the meaning of toggle?

0 Answers  


How to delete cookies in jquery?

0 Answers  


Categories