随笔分类 -  JavaScript

摘要: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 无名大白