/ Published in: jQuery
Expand |
Embed | Plain Text
$.post("test.php", { name: "John", time: "2pm" }, function(data){ process(data); }, "xml");
You need to login to post a comment.
genseric on 05/26/10
1 person have marked this snippet as a favorite
$.post("test.php", { name: "John", time: "2pm" }, function(data){ process(data); }, "xml");
You need to login to post a comment.