SyntaxFix
Write A Post
Hire A Developer
Questions
Using jQuery.post
$.post( "http://theurl.com", { key1: "value1", key2: "value2" }, function(data) { alert("Response: " + data); } );