摘要: 测试 ... 阅读全文
posted @ 2016-07-13 18:37 joycefan 阅读(189) 评论(1) 推荐(0) 编辑
摘要: <div id="container"> <div class="box"> <div class="content"> <img src="./images/test0.jpg"> </div> </div> $(document).ready(function(){ $(window).on(" 阅读全文
posted @ 2016-07-13 17:06 joycefan 阅读(163) 评论(2) 推荐(0) 编辑
摘要: @media screen and (min-width: 960px){ .heading, .container, .footing{ width: 960px; } .left, .main, .right{ float: left; height: 500px; } .left, .righ 阅读全文
posted @ 2016-07-13 16:12 joycefan 阅读(5403) 评论(0) 推荐(0) 编辑
摘要: JS模块化 AMD 是RequireJS 在推广过程中对模块定义的规范化产出 异步加载模块,依赖前端,提前执行。 Define 定义模块 define(['require','foo'],function(){return}); Require加载模块(依赖前置) require(['foo','b 阅读全文
posted @ 2016-07-13 15:49 joycefan 阅读(164) 评论(0) 推荐(0) 编辑