jQuery在1.2 stable jquery.mobile.js中未定义

时间:2012-10-30 16:02:38

标签: jquery-mobile

我已将jquery.mobile-1.0b2.js更新为jquery.mobile-1.2.0.js。我收到jQuery undefined错误。 在之前的测试版中,我将js修改为

(function(jQuery) {
// beta version code here..
})(custom.jquery);

其中custom.jquery定义为

custom.jquery = jQuery.noConflict(true);  
在jquery.js

我在稳定的1.2 js中做了类似的包装并得到了未定义的错误。 没有包装也有同样的错误。 请指教我。

0 个答案:

没有答案