[jQuery] ajax error handling
Hi jQuery,<div>
</div><div>I'm using the $.ajax method and when this errors I react to the error event within and dump</div><div>the XMLHttpRequest, textStatus, errorThrown to get an idea of what when wrong... but</div>
<div>the most common message is "parse error" which doesn't help me that much.</div><div>
</div><div>what is going wrong is that on the server side my php file has errors in it and I would like</div><div>
to see the errors on the client side.</div><div>
</div><div>so basically is there a way to dump the result the server sends back that $.ajax does not</div><div>know how to handle. btw: my $.ajax is setup to use json and this is probably why it fails...</div>
<div>but I would like to see the result from the server.</div><div>
</div><div>is this possible?</div><div>anyone?<br clear="all">
--
Power Tumbling - <a href="http://www.powertumbling.dk">http://www.powertumbling.dk</a>
OSG-Help - <a href="http://osghelp.com">http://osghelp.com</a>
</div>