top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

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

+3 votes
254 views
Which are the popular jQuery CDN? and what is the advantage of using CDN?
posted Jul 8, 2015 by Shivaranjini

Share this question
Facebook Share Button Twitter Share Button LinkedIn Share Button

1 Answer

0 votes

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

answer Jul 14, 2015 by Karthick.c
...