摘要: (function ($) { $.fn.outerHTML = function (s) { return (s) ? this.before(s).remove() : $("<div>").append(this.eq(0).clone()).html(); }; $.Gmfp = {}; /** * 发送get请求 * strUrl, oParams, funCallback */ $.Gmfp.AjaxGet = function (strUrl, oParams, funCallback) { $.get(strUrl, oParams, funCa 阅读全文
posted @ 2013-05-03 16:49 jason_zhan 阅读(6860) 评论(0) 推荐(0) 编辑