-2

我正在使用 JayData 来存储数据。

要使用 JayData,我需要 jquery。

当我放 jquery.js 时,我的 ionic.bundle.js 不起作用。

我正在将 IONIC 与 phoneGap 和 AngularJS 一起使用

4

2 回答 2

2

您可以通过使用回调函数或使用 q.js 处理结果来使用没有 jquery 的 JayData。

于 2014-03-18T15:03:48.653 回答
0

你可以试试,

<script src="http://code.jquery.com/jquery-2.0.3.min.js"></script>
<script src="http://include.jaydata.org/jaydata.js"></script>
于 2015-01-04T20:38:58.873 回答