problem when i running phonegap with jquery script in emulator xcode

i have problem when i run my project phonegap in xcode ,

the emulator does not read the jquery file (.js)


command line :

<script src="http://code.jquery.com/jquery-1.11.1.min.js"></script>
<script src="http://code.jquery.com/mobile/1.4.5/jquery.mobile-1.4.5.min.js"></script>



the emulator open my project but don't run my script jquery

Hi Ahmed


Not sure why it wouldn't work, but I would suggest that instead you download the files and store them locally in the directory.

Otherwise your app will always have to be connect to the internet to work.


Noel

problem when i running phonegap with jquery script in emulator xcode
 
 
Q