0
工作,我應該如何在自己的項目jquery.mobile.js,這樣我可以RequireJS使用它。RequireJS不與jQuery Mobile的
當我在我的項目中添加jquery.mobile.js我開始得到以下錯誤。
Uncaught Error: Mismatched anonymous define() module: function ($) {
factory($, root, doc);
return $.mobile;
}
我也跟着這篇文章。 Separating jQuery Mobile (1.1.0) from AMD (RequireJS)