Side navigation
#3663 closed bug (invalid)
Opened November 29, 2008 01:06AM UTC
Closed November 29, 2008 01:25AM UTC
Document error status strings for $.ajax:error
| Reported by: | dalangalma | Owned by: | |
|---|---|---|---|
| Priority: | major | Milestone: | 1.3 | 
| Component: | docs | Version: | 1.2.6 | 
| Keywords: | Cc: | dalangalma | |
| Blocked by: | Blocking: | 
Description
Looking through the source, I see that the "textStatus" parameter of $.ajax's error callback can take the following values:
- timeout - when your specified timeout is exceeded
 - error - http error, like 404
 - notmodified - when requested resource was not modified since last request
 - parsererror - when an xml/json response is bad
 
I would like it if this was in the documentation for $.ajax and $.ajaxError - I didn't realize those statuses were being provided by jQuery, and I don't think I could have found out about them without reading the source.
Attachments (0)
Change History (1)
Changed November 29, 2008 01:25AM UTC by comment:1
| cc: | → dalangalma | 
|---|---|
| resolution: | → invalid | 
| status: | new → closed | 
Ok, thanks for reporting, can you post the problem to jQuery's google group?