jQuery.post gives error

Kaitlin

New Member
I am trying to get this code to work but it gives me an error. It doesn't seem to execute.\[code\]jQuery.post("getResults.php", {id:id} , function(data) { jQuery("select#kDate").removeAttr("disabled"); jQuery("select#kDate").html(data); }) .success(function() { alert("second success"); }) .error(function() { alert("error"); }) .complete(function() { alert("complete"); }); });\[/code\]Any help would be appreciated.
 
Back
Top