Publish: 2015-01-06 | Modify: 2018-10-10
Using public front-end libraries can greatly improve the loading speed of web pages as browsers cache the same JS, CSS, and other files. Several major companies in China, such as Baidu, Sina, and 360, have their own front-end libraries. The benefit is having multiple CDN nodes, which reduces the chance of errors and ensures the fastest loading speed. Xiao Z has organized his frequently used front-end libraries for easy use.
Most of the addresses in this article are no longer valid. Please visit "Currently available front-end libraries in China and Zdir self-built front-end libraries" to see the latest available front-end libraries.
<script src="http://libs.baidu.com/jquery/2.0.0/jquery.min.js"></script>
<script src="http://libs.baidu.com/bootstrap/3.0.3/js/bootstrap.min.js"></script>
<link href="http://libs.baidu.com/bootstrap/3.0.3/css/bootstrap.min.css" rel="stylesheet">
<script src="http://lib.sinaapp.com/js/jquery/1.7.2/jquery.min.js"></script>
<script src="http://lib.sinaapp.com/js/jquery/1.8.3/jquery.min.js"></script>
<script src="http://lib.sinaapp.com/js/jquery/1.9.1/jquery-1.9.1.min.js"></script>
<script src="http://lib.sinaapp.com/js/jquery/2.0.3/jquery-2.0.3.min.js"></script>
<link href="http://lib.sinaapp.com/js/bootstrap/v3.0.0/css/bootstrap-theme.min.css" rel="stylesheet">
<link href="http://lib.sinaapp.com/js/bootstrap/v3.0.0/css/bootstrap.min.css" rel="stylesheet">
<script src="http://lib.sinaapp.com/js/bootstrap/v3.0.0/js/bootstrap.min.js"></script>
<link href='http://fonts.useso.com/css?family=Open+Sans:300,400,600&subset=latin,latin-ext' rel='stylesheet'>
More Front-end Libraries: Baidu CDN Public Library Sina CDN Public Library 360 Website Guardian Public Library
I come from China and I am a freelancer. I specialize in Linux operations, PHP, Golang, and front-end development. I have developed open-source projects such as Zdir, ImgURL, CCAA, and OneNav.