我開發具有角js和PhoneGap的應用程序。遺漏的類型錯誤:無法設置屬性「移動」的不確定
我使用jQuery Mobile的一個指令,它是添加一些動畫的通知欄。餘噸行之有效的jQuery 1.8.1,但是當我使用jQuery Mobile的
<script src="scripts/vendor/jquery/jquery.mobile-1.3.1.js"></script>
我得到以下錯誤:
Uncaught TypeError: Cannot set property 'mobile' of undefined jquery.mobile-1.3.1.js:26
(anonymous function) jquery.mobile-1.3.1.js:26
(anonymous function) jquery.mobile-1.3.1.js:27
(anonymous function) jquery.mobile-1.3.1.js:22
(anonymous function) jquery.mobile-1.3.1.js:24
有什麼建議?
在此先感謝!
什麼版本的jQuery正在使用?對於jQuery-Mobile 1.3.1,建議使用jQuery 1.8.3及更高版本。 – Omar 2013-04-24 08:14:17
@Omar其實你讓我修復你的評論,我留下評論: 謝謝! – Arcayne 2013-04-24 09:37:30