随笔分类 -  js

js,ajax
摘要:运行代码 阅读全文
posted @ 2014-03-19 10:46 zhuzefu 阅读(477) 评论(0) 推荐(0) 编辑
摘要:运行代码 阅读全文
posted @ 2014-03-14 10:52 zhuzefu 阅读(234) 评论(0) 推荐(0) 编辑
摘要:附件下载.zip 阅读全文
posted @ 2014-03-06 14:09 zhuzefu 阅读(177) 评论(0) 推荐(0) 编辑
摘要:运行代码 阅读全文
posted @ 2014-03-05 11:11 zhuzefu 阅读(549) 评论(0) 推荐(0) 编辑
摘要:This browser does not support HTML5 Canvas. One Two Three Four Five Six This browser does not support HTML5 Canvas. One Two Three Four Five Six 运行代码 阅读全文
posted @ 2014-03-04 17:02 zhuzefu 阅读(363) 评论(0) 推荐(0) 编辑
摘要:运行代码 阅读全文
posted @ 2014-03-04 16:45 zhuzefu 阅读(558) 评论(0) 推荐(0) 编辑
摘要:http://ued.taobao.com/blog/2012/06/debug-with-chrome-dev-tool/所有 js 文件中搜索&查找 js 函数定义在 chrome developer tool 打开的情况下, 按 ctrl + shift + F, 在通过 js 钩子查找代码位置时很有用, 查找支持正则表达式查找函数定义: ctrl + shift + 0 (在 Scripts panel 下)查找文件: ctrl + o (在 Scripts panel 下)9. 实时修改 js 代码生效页面外部 js 文件在 Scripts 面板中可以直接修改, 改完后按 c 阅读全文
posted @ 2013-02-28 14:26 zhuzefu 阅读(266) 评论(0) 推荐(0) 编辑
摘要:classList.js 阅读全文
posted @ 2013-02-22 12:04 zhuzefu 阅读(684) 评论(0) 推荐(0) 编辑
摘要:tinycon 阅读全文
posted @ 2013-02-20 10:13 zhuzefu 阅读(525) 评论(0) 推荐(0) 编辑
摘要:介绍:https://github.com/RubyLouvre/JS.Class<!doctype html><html><head><meta charset="gb2312" /><title>测试</title><script>var JS = { VERSION: '2.2.1'};JS.Class = function(classDefinition) { //返回目标类的真正构造器 function getClassBase() { return functio 阅读全文
posted @ 2013-02-19 13:58 zhuzefu 阅读(349) 评论(0) 推荐(0) 编辑
摘要:Modernizr.js,es5-shim.js,es5-safe.js 阅读全文
posted @ 2013-02-07 10:32 zhuzefu 阅读(1168) 评论(0) 推荐(0) 编辑
摘要:easing 阅读全文
posted @ 2013-02-05 16:46 zhuzefu 阅读(175) 评论(0) 推荐(0) 编辑
摘要:140 medley 阅读全文
posted @ 2013-02-04 15:56 zhuzefu 阅读(349) 评论(0) 推荐(0) 编辑
摘要:Zepto.js 阅读全文
posted @ 2013-02-04 14:33 zhuzefu 阅读(867) 评论(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 阅读(708) 评论(0) 推荐(0) 编辑
摘要:本地存储 subcookie 子cookie 阅读全文
posted @ 2013-01-30 17:41 zhuzefu 阅读(348) 评论(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 阅读(170) 评论(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 阅读(267) 评论(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 阅读(307) 评论(0) 推荐(0) 编辑
摘要:Émile.js 阅读全文
posted @ 2013-01-22 13:39 zhuzefu 阅读(202) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示