I am trying to determine, based on the result of this call, if it was successful. successFunction not called, so I assume it is not. How to find out what went wrong?
xmlRequest = $.post("/url/file/", { 'id' : object.id }, successFunction, 'json');
Am I using an xmlRequest object?
source share