2013年11月2日
摘要: var ToolObj;var ContentObj;var RangArr = {}; //定义一个数组变量:用于存储选择范围:rangvar Extend = function (destination, source) { for (var item in source) { destination[item] = source[item]; } return destination;}var EventUtil = function (element, type, hander) { if (element.addEventListener) { ... 阅读全文
posted @ 2013-11-02 23:51 朝着 阅读(171) 评论(0) 推荐(0) 编辑
摘要: Default.htmlvar ToolObj;var ContentObj;var RangArr = {}; //定义一个数组变量:用于存储选择范围:rangvar Extend = function (destination, source) { for (var item in source) { destination[item] = source[item]; } return destination;}var EventUtil = function (... 阅读全文
posted @ 2013-11-02 18:17 朝着 阅读(153) 评论(0) 推荐(0) 编辑