2015年12月30日
摘要: 1 //http://www.xaprb.com/blog/2005/12/12/javascript-closures-for-runtime-efficiency/ 2 /* 3 * Copyright (C) 2004 Baron Schwartz 4 * 5 * This... 阅读全文
posted @ 2015-12-30 15:42 流浪小白鼠 阅读(255) 评论(0) 推荐(0) 编辑
摘要: (function($) { var toFix = ['wheel', 'mousewheel', 'DOMMouseScroll', 'MozMousePixelScroll']; var toBind = 'onwheel' in document || document.docu... 阅读全文
posted @ 2015-12-30 15:38 流浪小白鼠 阅读(1119) 评论(0) 推荐(0) 编辑
摘要: 1 /* 2 * jQuery input event 3 * Author: tangbin 4 * Blog: http://www.planeart.cn 5 * Date: 2011-08-18 15:15 6 */ 7 (function ($) { 8 9 // I... 阅读全文
posted @ 2015-12-30 15:37 流浪小白鼠 阅读(1467) 评论(0) 推荐(0) 编辑