I've got a custom 500 page, e.g. if the user goes to say this url using their browser:
and foo causes a server error, then it sends back a custom error page.
Is it possible that jQueryMobile is detecting that the response code is 500 and not 200 and therefore deciding not to render the page nicely?
- Alex