angular 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
助言がありますか?
前もって感謝します!