I wrote a script using jQuery and AJAX today, and I get some errors...
The script:
function changeAdmin(id) { $(document).ready(function() { $(\'#ta
Try
alert( jqXHR.responseText);
in your error function