1.jQuery插件分类
(function($){
$.fn.extend({//注意此处是fn
"pluginName":function(arguments){
//plugin code goes here.
},
"anotherPluginName":...
});
})(jQuery);
(function($){
$.extend({
"pluginName":function(arguments){
//plugin code goes here.
},
"anotherPluginName":...
});
})(jQuery);
上一篇:股票型公募基金投资要领
下一篇:基础代码|字符串操作