Tuesday, March 20, 2012

jQuery.post() – jQuery API

jQuery.post() – jQuery API: "Example: Request the test.php page and send some additional data along (while still ignoring the return results).
$.post("test.php", { name: "John", time: "2pm" } );"

'via Blog this'