/ Published in: jQuery
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
$.post("test.php", { name: "John", time: "2pm" }, function(data){ process(data); }, "xml");