-2

I am using JayData to storage data.

To use JayData i need jquery.

When I put jquery.js my ionic.bundle.js don't work.

I am using IONIC with phoneGap and AngularJS

Unmerciful
  • 1,325
  • 4
  • 21
  • 38

2 Answers2

2

You can use JayData without jquery by processing the results using callback functions or using q.js for promises.

Robesz
  • 1,646
  • 11
  • 13
0

you can try,

<script src="http://code.jquery.com/jquery-2.0.3.min.js"></script>
<script src="http://include.jaydata.org/jaydata.js"></script>
bora.oren
  • 3,439
  • 3
  • 33
  • 31