12 2015 档案

摘要:主要是针对ie6 7 8对支持和让老浏览器支持html5+css3的一些js脚本.我也不知道为什么叫腻子脚本,反正书上是这么翻译的.html5shiv.js(www.code.google.com/p/html5shiv)--让IE8及耕地版本的IE识别section,article,nav等htm... 阅读全文
posted @ 2015-12-26 19:11 /null 阅读(177) 评论(0) 推荐(0)
摘要:bb cc 阅读全文
posted @ 2015-12-23 00:25 /null 阅读(220) 评论(0) 推荐(0)
摘要:http://blog.csdn.net/xiaoyu411502/article/details/46702391 阅读全文
posted @ 2015-12-16 20:35 /null 阅读(187) 评论(0) 推荐(0)
摘要:1 <html> 2 <head> 3 <script type="text/javascript" src="/jquery/jquery.js"></script> 4 <script type="text/javascript"> 5 $(document).ready(function(){ 阅读全文
posted @ 2015-12-09 16:05 /null 阅读(1315) 评论(0) 推荐(0)
摘要:任何元素,除非你确定它是现存的,以后也会存在的,否则不要用从DOM搜索出来的东西做全局变量 阅读全文
posted @ 2015-12-06 01:40 /null 阅读(102) 评论(0) 推荐(0)
摘要:var obj = function(){}定义个叫obj的函数;(function a (){ return xx})();定义了一叫a方法,返回xx; 立即执行.var a = (function(){ var a = 'a'; var b = { xx : function(){}... 阅读全文
posted @ 2015-12-06 00:46 /null 阅读(131) 评论(0) 推荐(0)
摘要:http://www.adobe.com/cn/devnet/dreamweaver/articles/using-modernizr.html 介绍 阅读全文
posted @ 2015-12-05 23:33 /null 阅读(152) 评论(0) 推荐(0)