You have a php web application and want to migrate to a mobile WebApp. You wonder where to store user generated data and how to easily access and upda..
Trick to running a post request using jquery is to store the variables in an object then pass the object into the $.ajax or $.post jquery api. Here is..