12 2015 档案
强大Date处理扩展
摘要: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 流浪小白鼠 阅读(259) 评论(0) 推荐(0)
jquery mousewheel
摘要:(function($) { var toFix = ['wheel', 'mousewheel', 'DOMMouseScroll', 'MozMousePixelScroll']; var toBind = 'onwheel' in document || document.docu... 阅读全文
posted @ 2015-12-30 15:38 流浪小白鼠 阅读(1141) 评论(0) 推荐(0)
jquery input事件
摘要: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 流浪小白鼠 阅读(1483) 评论(0) 推荐(0)
正则学习
摘要:sea.js 正则解析"(?:\\"|[^"])*"|'(?:\\'|[^'])*'|\/\*[\S\s]*?\*\/|\/(?:\\\/|[^\/\r\n])+\/(?=[^\/])|\/\/.*|\.\s*require|(?:^|[^$])\brequire\s*\(\s*(["'])(.+?... 阅读全文
posted @ 2015-12-11 23:00 流浪小白鼠 阅读(101) 评论(0) 推荐(0)
正则学习
摘要:sea.js 正则解析"(?:\\"|[^"])*"|'(?:\\'|[^'])*'|\/\*[\S\s]*?\*\/|\/(?:\\\/|[^\/\r\n])+\/(?=[^\/])|\/\/.*|\.\s*require|(?:^|[^$])\brequire\s*\(\s*(["'])(.+?... 阅读全文
posted @ 2015-12-11 23:00 流浪小白鼠 阅读(102) 评论(0) 推荐(0)