我见过很多插件,其中包括诸如文档、窗口、未定义之类的对象到打开和关闭的参数中。
这是必要的吗?这是什么意思?什么时候应该使用这些?
;(function( $ , document, window, undefined) {
"use strict";
$.fn.pluginname= function(options) {
//Code
};
})( jQuery, document, window, undefined);