GMgKe586q6suSQnyqZLlGCooeWM
Learn To Program
Increase Your Knowlegde and Build Your Skill!
Pages
Home
Me
Search
Wednesday, December 22, 2010
jQuery Ajax - Save And Receive Data
Here's a code on how to send some data to the server and then notify the user that the saved data has completes:
$.ajax({
type: "POST",
url: "some.php",
data: "name=lady&city=ny",
success: function(msg){
alert('Data saved: '+msg);
}
});
jQuery Ajax - Save And Receive Data
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment