摘要: Modernizr.js,es5-shim.js,es5-safe.js 阅读全文
posted @ 2013-02-07 10:32 zhuzefu 阅读(1155) 评论(0) 推荐(0) 编辑
摘要: easing 阅读全文
posted @ 2013-02-05 16:46 zhuzefu 阅读(174) 评论(0) 推荐(0) 编辑
摘要: 140 medley 阅读全文
posted @ 2013-02-04 15:56 zhuzefu 阅读(339) 评论(0) 推荐(0) 编辑
摘要: Zepto.js 阅读全文
posted @ 2013-02-04 14:33 zhuzefu 阅读(863) 评论(0) 推荐(0) 编辑
摘要: 介绍:The Zero Clipboard library provides an easy way to copy text to the clipboard using an invisible Adobe Flash movie, and a JavaScript interface地址:http://jonrohan.github.com/ZeroClipboard/#demo源码解析: 1 /*! 2 * zeroclipboard 3 * The Zero Clipboard library provides an easy way to copy text to the... 阅读全文
posted @ 2013-02-01 11:06 zhuzefu 阅读(691) 评论(0) 推荐(0) 编辑
摘要: 本地存储 subcookie 子cookie 阅读全文
posted @ 2013-01-30 17:41 zhuzefu 阅读(341) 评论(0) 推荐(0) 编辑
摘要: function FX(){ this.init.apply(this, arguments); } FX.prototype.init = function(animationFunction, opts) { this._animationFunction = animationFunction; this._duration = opts && opts.duration || 250; this._interval = opts && opts.interval || 40; this._tween = opts && opts.twee 阅读全文
posted @ 2013-01-30 17:22 zhuzefu 阅读(167) 评论(0) 推荐(0) 编辑
摘要: http://www.cnblogs.com/xesam/archive/2011/11/24/2262281.html 关于SETTIMEOUT,理解JAVASCRIPT定时机制http://www.cnblogs.com/xesam/archive/2011/11/24/2261102.html 关于SETTIMEOUT的第三个参数以及小应用http://www.cnblogs.com/snandy/archive/2011/05/18/2050315.html 仅IE不支持setTimeout/setInterval函数的第三个以上参数http://www.cnblogs.com/b.. 阅读全文
posted @ 2013-01-28 13:50 zhuzefu 阅读(261) 评论(0) 推荐(0) 编辑
摘要: microAjax.js是08年的一个tiny ajax lib,现在看起来极简陋了。function microAjax(url, callbackFunction){ this.bindFunction = function (caller, object) { return function() { return caller.apply(object, [object]); }; }; this.stateChange = function (object) { if (this.request.readyState==4) this.cal... 阅读全文
posted @ 2013-01-23 13:18 zhuzefu 阅读(305) 评论(0) 推荐(0) 编辑
摘要: Émile.js 阅读全文
posted @ 2013-01-22 13:39 zhuzefu 阅读(196) 评论(0) 推荐(0) 编辑