I am making a Mobile web application, with HTML5, CSS3, JavaScript, and jQueryMobile and warping it with Phonegap
.
I am new in all the web thing, and I was wondering, when I use the jQueryMobile for the UI, can I use the jQuery api for Ajax calls, or does jQueryMobile has it's own tools for that.
I need to use Ajax, to interact with an external web-service, I will be fetching(get) and updating(get/post) from a database.
In other words, does the jQueryMobile supports all the jQuery api, or do I have also to include the jQuery separately in my application.