Help for this page
$.ajax({ method: "POST", url: "some.php", ... }).done(function( msg ) { alert( "Data Saved: " + msg ); })