$.ajax({ type: "POST", url: "some.php", data: "name=John&location=Boston", success: function(msg){ alert( "Data Saved: " + msg ); } }); http://docs.jquery.com/Ajax/jQuery.ajax#options
- [jQuery] Convert AJAX XML response to HTML mahen
- [jQuery] Re: Convert AJAX XML response to HTML lanxiazhi
- [jQuery] Re: Convert AJAX XML response to HTML Ricardo