Skip to content

Home(必读)

awei.yu edited this page May 24, 2016 · 2 revisions

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

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

例:

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

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

###seajs-myUntils.js和seajs-httpClientConfig.js报错处理 如果您使用的模块中包含了seajs-utils或seajs-httpClient模块,那么您必须在项目根目录下创建seajs-myUntils.js和seajs-httpClientConfig.js 如下:
https://github.com/aweiu/JsLibs/wiki/seajs-utils(%E5%B8%B8%E7%94%A8%E5%B7%A5%E5%85%B7%E9%9B%86)#%E5%85%B6%E5%AE%83 https://github.com/aweiu/JsLibs/wiki/seajs-httpClient.js(ajax%E5%B0%81%E8%A3%85)#%E6%B3%A8%E6%84%8F

Clone this wiki locally