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

What are the various ajax functions?

0 Answers  


What is the difference between .js and .min.js?

1 Answers  


Explain width() vs css(‘width’)?

0 Answers  


Can we have multiple document.ready() function on the same page?

1 Answers  


Explain the difference between event.preventdefault and "return false"? : jquery mobile

0 Answers  






Define cache paremeter of jquery ajax method?

0 Answers  


Where jQuery code is getting executed?

0 Answers  


What is jQuery code to select all links in first paragraph?

0 Answers  


Describe the two types of cdns?

0 Answers  


What are selectors in jquery? : jQuery Mobile

0 Answers  


How to executed jquery selectors? : jquery mobile

0 Answers  


Mention some advantages of jquery.

0 Answers  


Categories