I have some tricky AJAX code on a form, and sometimes it will fail (don\'t ask why, I can\'t get around it). When this happens, I need to trap the error, reset a hidden fie
Any reason not to just put a try/catch around the tricky code?