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

require.js读书笔记

时间:2014-10-17 18:37:13      阅读:180      评论:0      收藏:0      [点我收藏+]

标签:http   html   ef   htm   ui   tt   js   web   ip   

目录结构:有待研究

防止加载js阻止页面渲染:

  • 将<script>放在body后面
  • 如果浏览器支持,在script里加anync属性

--------------------------------

  插播科普anync

  https://developer.mozilla.org/en/docs/Web/HTML/Element/script#Attributes

  <script>标签没有anync或者defer属性的话,浏览器会在页面解析完成之前自动获取和运行script

require.js读书笔记

标签:http   html   ef   htm   ui   tt   js   web   ip   

原文地址:http://www.cnblogs.com/cjy1993/p/4031669.html

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