Faruq Codes
Flipkart
Tuesday, March 16, 2010
Jquery: Ajax Function
$.ajax({
type: "POST",
url: "some.php",
data: "name=John&location=Boston",
success: function(msg){
alert( "Data Saved: " + msg );
}
});
for more detailed Information:
http://api.jquery.com/jQuery.ajax/
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment