philk
Member since Sep 21, 2010
- Profile: /members/6910-philk.htm
- Comments: 1
Recent Blog Comments By philk
-
Catching Timeout Errors With jQuery Powered AJAX
Posted on Sep 21, 2010 at 6:55 PM
I got a small problem with timeout and unreachable URLs. jQuery 1.4.2 will call the error function twice when it cannot reach the destination url. First with status == "parsererror" and the second time with "timeout". The first results from not being able to parse the response (because there is no ... read more »