Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 JayData 来存储数据。
要使用 JayData,我需要 jquery。
当我放 jquery.js 时,我的 ionic.bundle.js 不起作用。
我正在将 IONIC 与 phoneGap 和 AngularJS 一起使用
您可以通过使用回调函数或使用 q.js 处理结果来使用没有 jquery 的 JayData。
你可以试试,
<script src="http://code.jquery.com/jquery-2.0.3.min.js"></script> <script src="http://include.jaydata.org/jaydata.js"></script>