摘要: 1 (function(){ 2 window.localData = { 3 hname:location.hostname?location.hostname:'localStatus', 4 isLocalStorage:window.localStorage?true:false, 5 dataDom:null, 6 7 ... 阅读全文
posted @ 2014-07-30 11:46 huhl 阅读(242) 评论(0) 推荐(0) 编辑
摘要: 方法一,将js插件cmd模块化(define封装成seajs模块,返回匿名函数,包含插件的源码)。/** * Created with JetBrains PhpStorm. * User: huhl * Date: 13-3-11 * Time: 上午9:24 * To change this t... 阅读全文
posted @ 2014-07-30 11:33 huhl 阅读(346) 评论(0) 推荐(0) 编辑