随笔分类 -  JavaScript

摘要:豆娘的阿尔法城项目:http://www.slideshare.net/dexter_yy/mvc-8554206土豆网工程师写的:http://www.slideshare.net/dexter_yy/js-6228773 阅读全文
posted @ 2012-06-24 18:52 noevil 阅读(384) 评论(0) 推荐(0)
摘要:http://oscargodson.github.com/EpicEditor/ 阅读全文
posted @ 2012-04-14 16:55 noevil 阅读(299) 评论(0) 推荐(0)
摘要:http://developer.yahoo.com/yui/yuidoc/ 阅读全文
posted @ 2012-04-10 05:43 noevil 阅读(405) 评论(0) 推荐(0)
摘要:老外真是NB。我无话可说了。http://bellard.org/jslinux/tech.html 阅读全文
posted @ 2012-02-26 23:52 noevil 阅读(255) 评论(0) 推荐(0)
摘要:收藏着,网上有一些的写的很不靠谱。function setCookie(name,value){ // 30DAYS var Days = 30; var exp = new Date(); //new Date("December 31, 9998"); exp.setTime(exp.getTime() + Days*24*60*60*1000); document.cookie = name + "="+ escape(value) +";expires="+ exp.toGMTString();}function getCoo 阅读全文
posted @ 2012-02-23 13:54 noevil 阅读(194) 评论(0) 推荐(0)