Load CDN Accelerator Service Address

Source: Internet
Author: User
Tags jquery cdn

jquery is a very popular JS front-end framework that can be seen on many websites. Many web sites like to use some jquery CDN acceleration services, so that websites can load jquery faster. Some of the sites in the previous fire-end network were using Google's jquery CDN, such as: Http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js, But because of the recent Google can't open, these CDN address also can't access, and JS often put in the head of the webpage, JS can not access causes the website to open very slowly, can only replace the CDN link.

A few of the domestic jquery CDN service addresses are recommended:

★ Sina CDN, feel very quickly, with a lot of people, recommended use!

1 <script src="http://lib.sinaapp.com/js/jquery/1.9.1/jquery-1.9.1.min.js"></script>

Other versions can find addresses here Http://lib.sinaapp.com/?path=/jquery

★ Baidu CDN

1 <script src="http://libs.baidu.com/jquery/1.9.1/jquery.min.js"></script>

Change the version number in the code between the other versions.

CDN for ★360

1 <script src="http://libs.useso.com/js/jquery/1.9.1/jquery.min.js"></script>

The other version is also directly modified version number can be

If you are concerned about a CDN address load failure, you can load the local jquery

1 <script type="text/javascript">
2 !window.jQuery && document.write(‘<script src="js/jquery.min.js"><\/script>‘);
3 </script>

Load CDN Accelerator Service Address

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.