how can i get all the records from my database to be shown in my application , i wrote a php file that retrieve all the records. but then how can i call it in PhoneGap + JQuery mobile. does the normal .ajax() method work in Jquery mobile . if yes , can someone show me a code snippet for that WITH THE JQUERY MOBILE initialization
Share
Yes you can use the .ajax() method within jQuery Mobile. You can do something like this:
You will need to change this to fit your needs but this should allow you to get the records from your database and display them (or whatever you need to do with them).
I hope this helps.