码迷,mamicode.com
首页 > Web开发 > 详细

What's the difference between jquery.js and jquery.min.js?

时间:2016-04-12 19:39:21      阅读:152      评论:0      收藏:0      [点我收藏+]

标签:

They are both the same functionally but the .min one has all unnecessary characters removed in order to make the file size smaller.

Just to point out as well, you are better using the minified version (.min) for your live environment as Google are now checking on page loading times. Having all your JS file minified means they will load faster and will score you more brownie points.

You can get an addon for Mozilla called Page Speed that will look through your site and show you all the .JS files and provide minified versions (amongst other things).

What's the difference between jquery.js and jquery.min.js?

标签:

原文地址:http://www.cnblogs.com/sdream/p/5383679.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!