摘要: 1 (function($) { 2 /** 3 * 插件定义 4 */ 5 $.fn.resquery = function(options, param) { 6 if (typeof options == "string") { 7 return $.fn.resquery.methods[options](this, param); 8 ... 阅读全文
posted @ 2017-04-21 10:52 无名大白 阅读(728) 评论(0) 推荐(0)