GitHub 博客园 Nanakon
上一页 1 ··· 91 92 93 94 95 96 97 98 99 ··· 110 下一页

2012年12月27日

摘要: RequireJS RequireJS和AMD规范 Javascript模块化编程(一):模块的写法 Javascript模块化编程(二):AMD规范 Javascript模块化编程(三):require.js的用法 目前,通行的Javascript模块规范共有两种:CommonJS和AMD 这对服 阅读全文
posted @ 2012-12-27 15:29 jzm17173 阅读(179) 评论(0) 推荐(0)

2012年12月26日

摘要: 关于我书里提到的“挂多个类,使用类的组合”的一些补充http://hi.baidu.com/cly84920/item/f0f04b42c0fdc7f0dc0f6c8bcss解决方案http://www.w3cplus.com/solution/index/index.htmlsnookcahttps://speakerdeck.com/snookca/your 阅读全文
posted @ 2012-12-26 15:57 jzm17173 阅读(107) 评论(0) 推荐(0)

2012年12月15日

摘要: <!DOCTYPE html><html lang="zh-CN"><head> <meta charset="utf-8" /> <title></title></head><body> <script> var arr1 = [1, 2, 3, 4, 5, 6, 7, 8, 9]; var str = '<ul><li>' + arr1.join('</li><li> 阅读全文
posted @ 2012-12-15 19:00 jzm17173 阅读(291) 评论(0) 推荐(0)

2012年12月11日

摘要: Simple JavaScript Template : substitutehttp://www.planabc.net/2011/05/31/simple_javascript_template_substitute/拼装html字符串的最快方法http://www.css88.com/archives/1867一个误区(关于javascript的字符串拼接)http://www.laruence.com/2007/11/15/10.html 阅读全文
posted @ 2012-12-11 10:41 jzm17173 阅读(111) 评论(0) 推荐(0)

2012年12月10日

摘要: 阅读全文
posted @ 2012-12-10 10:41 jzm17173 阅读(178) 评论(0) 推荐(0)

2012年11月29日

摘要: 阅读全文
posted @ 2012-11-29 13:13 jzm17173 阅读(129) 评论(0) 推荐(0)
摘要: $(window).live('click', function() { // 错误 live 是事件委托到 document的 console.log('live')}) one click bind unbind live die, removed: 1.9 delegate undelegate on off item1 jQuery API中文文档√http://ww... 阅读全文
posted @ 2012-11-29 10:57 jzm17173 阅读(276) 评论(0) 推荐(0)

2012年11月28日

摘要: 浏览器缓存机制http://www.cnblogs.com/skynet/archive/2012/11/28/2792503.html 阅读全文
posted @ 2012-11-28 17:34 jzm17173 阅读(122) 评论(0) 推荐(0)
摘要: 爆米花var cookie = function() { return { setCookie: function(name, value, option) { var date = new Date() var expires = option.expires ? option.expires : '' var path = option.path ? '; path=' + option.path : '' var domain = option.domain ? '; domain... 阅读全文
posted @ 2012-11-28 15:44 jzm17173 阅读(259) 评论(1) 推荐(0)

2012年11月26日

摘要: 网页编码就是那点事http://www.qianxingzhem.com/post-1499.html 阅读全文
posted @ 2012-11-26 19:53 jzm17173 阅读(122) 评论(0) 推荐(0)
上一页 1 ··· 91 92 93 94 95 96 97 98 99 ··· 110 下一页

导航

轻音