#12362 closed bug (notabug)
documentation: jQuery.ajax() and JSONP
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | high | Milestone: | None |
Component: | ajax | Version: | 1.8.0 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Related: #8510
The above bug has been closed but the documentation is now misleading again for jQuery 1.8.0 (critically, 1.5+).
The documentation reads:
error This handler is not called for cross-domain script and JSONP requests.
timeout In Firefox 3.0+ only, script and JSONP requests cannot be cancelled by a timeout; the script will run even if it arrives after the timeout period.
Data types When data is retrieved from remote servers (which is only possible using the script or jsonp data types), the error callbacks and global events will never be fired.
Examples: http://jsfiddle.net/pte5g/14/
Change History (4)
comment:1 Changed 10 years ago by
Component: | unfiled → ajax |
---|---|
Keywords: | Needsdocs added |
Priority: | undecided → high |
comment:2 Changed 10 years ago by
Resolution: | → notabug |
---|---|
Status: | new → closed |
Thanks for contributing! I've moved this over to the http://github.com/jquery/api.jquery.com issues tracker. Please follow its progress there: https://github.com/jquery/api.jquery.com/issues/64
comment:3 Changed 10 years ago by
Keywords: | Needsdocs removed |
---|
Can we just move this to the api.jquery.com github tracker?