Skip to content

Instantly share code, notes, and snippets.

@ratulcse10
Created October 24, 2014 15:19
Show Gist options
  • Save ratulcse10/9b7743cd8f4808ad1115 to your computer and use it in GitHub Desktop.
Save ratulcse10/9b7743cd8f4808ad1115 to your computer and use it in GitHub Desktop.
$.ajax({
type : "POST",
url : "http://phonegap.sustcse10.net/gps_tracker/login_check.php",
data : $('#PVForm, #PIForm').serialize()
}).done(function(data) {
alert("Sent Done");
}).error(function() {
alert ('No Server Response');
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment