How Ajax call to server page works prefect in mobile app (using PhoneGap). But, When I run the same Ajax call from normal HTML page in PC browser it is not working. I guess the problem is cross domain. But, how it's work good in mobile app.
Using JSONP
it is working fine in pc browser and mobile app (using PhoneGap). But in mobile app without datatype="jsonp"
also working fine.