Skip to content
awei.yu edited this page Apr 9, 2016 · 8 revisions

感谢使用阿伟插件集,如有任何问题欢迎反馈点我反馈

该插件集中所有插件默认拥有API:newInstance()(创建新实例)

例:

var autoPage1=require("seajs-autoPage"),
    autoPage2=autoPage1.newInstance();
autoPage1.int();
autoPage2.int();

插件本身不兼容IE8,如果需要兼容必须引用fixJsForIE8

Clone this wiki locally