相思资源网 Design By www.200059.com
var GLOBAL = {}; GLOBAL.namespace = function(str) { var arr = str.split("."), o = GLOBAL,i; for (i = (arr[0] = "GLOBAL") "Dom"); GLOBAL.Dom.getNextNode = function (node) { node = typeof node == "string" "string" "string" "*"; var els = root.getElementsByTagName(tag), arr = []; for (var i = 0, n = els.length; i < n; i++) { for (var j = 0, k = els[i].className.split(" "), l = k.length; j < l; j++) { if (k[j] == str) { arr.push(els[i]); break; } } } return arr; } GLOBAL.namespace("Event"); GLOBAL.Event.stopPropagation = function(e) { e = window.event || e; if (document.all) { e.cancelBubble = true; } else { e.stopPropagation(); } }; GLOBAL.Event.getEventTarget = function(e) { e = window.event || e; return e.srcElement || e.target; }; GLOBAL.Event.on = function(node, eventType, handler) { node = typeof node == "string" "on" + eventType, handler); } else { node.addEventListener(eventType, handler, false); } }; //Lang相关 GLOBAL.namespace("Lang"); GLOBAL.Lang.trim = function(ostr) { return ostr.replace(/^\s+|\s+$/g, ""); }; GLOBAL.Lang.isNumber = function(s) { return !isNaN(s); }; function isString(s) { return typeof s === "string"; } function isBoolean(s) { return typeof s === "boolean"; } function isFunction(s) { return typeof s === "function"; } function isNull(s) { return s === null; } function isUndefined(s) { return typeof s === "undefined"; } function isEmpty(s) { return /^\s*$/.test(s); } function isArray(s) { return s instanceof Array; } GLOBAL.Dom.get = function (node) { node = typeof node === "string" "string" "Cookie"); GLOBAL.Cookie = { read: function (name) { var cookieStr = ";" + document.cookie + ";"; var index = cookieStr.indexOf(";" + name + "="); if (index != -1) { var s = cookieStr.substring(index + name.length + 3, cookieStr.length); return unescape(s.substring(0, s.indexOf(";"))); } else { return null; } }, set: function (name, value, expires) { var expDays = expires * 24 * 60 * 60 * 1000; var expDate = new Date(); expDate.setTime(expDate.getTime() + expDays); var expString = expires ";expires=" + expDate.toGMTString() : ""; var pathString = ";path=/"; document.cookie = name + "=" + escape(value) + expString + pathString; }, del: function (name, value, expires) { var exp = new Date(new Date().getTime() - 1); var s = this.read(name); if (s != null) { document.cookie = name + "=" + s + ";expires=" + exp.toGMTString() + ";path=/"; } } };
标签:
global.js,源码
相思资源网 Design By www.200059.com
广告合作:本站广告合作请联系QQ:858582 申请时备注:广告合作(否则不回)
免责声明:本站文章均来自网站采集或用户投稿,网站不提供任何软件下载或自行开发的软件! 如有用户或公司发现本站内容信息存在侵权行为,请邮件告知! 858582#qq.com
免责声明:本站文章均来自网站采集或用户投稿,网站不提供任何软件下载或自行开发的软件! 如有用户或公司发现本站内容信息存在侵权行为,请邮件告知! 858582#qq.com
相思资源网 Design By www.200059.com
暂无本人自用的global.js库源码分享的评论...