我已将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);
我在稳定的1.2 js中做了类似的包装并得到了未定义的错误。 没有包装也有同样的错误。 请指教我。