摘要: function ajax(){ var ajaxData = { type:arguments[0].type || "GET", url:arguments[0].url || "", async:arguments[0].async || "true", data:arguments[0].d 阅读全文
posted @ 2018-02-22 14:47 南瓜壳 阅读(4872) 评论(0) 推荐(1) 编辑
摘要: 1.显示/隐藏 ? 1 2 3 4 5 6 7 8 9 10 //hide() Object.prototype.hide = function(){ this.style.display="none"; return this; } //show() Object.prototype.show = 阅读全文
posted @ 2018-02-22 14:45 南瓜壳 阅读(1174) 评论(0) 推荐(0) 编辑