摘要: //图片上传功能jQuery.fn.extend({ uploadPreview: function (opts) { var _self = this, _this = $(this); opts = jQuery.extend({ Img: "ImgPr", Width: 100, Height 阅读全文
posted @ 2018-02-26 15:06 C9 阅读(1402) 评论(0) 推荐(0) 编辑
摘要: function addLoadEvent(func) { var oldonload = window.onload; if (typeof window.onload != "function") { window.onload = func; } else { window.onload = 阅读全文
posted @ 2018-02-26 15:03 C9 阅读(167) 评论(0) 推荐(0) 编辑