On Aug 11, 5:13 am, MorningZ <morni...@gmail.com> wrote: > I'd also recommend against use of $.getJSON for a totally different > reason: > > There is no option to "catch" errors.....
You can: you have to set a global ajax error handler to catch it, though. Not pretty, but it's suitable for many simple cases (where all errors should go through the same reporter).