Skip to main content

Bug Tracker

Side navigation

#12362 closed bug (notabug)

Opened August 21, 2012 09:05AM UTC

Closed September 08, 2012 04:26PM UTC

Last modified January 26, 2013 09:06PM UTC

documentation: jQuery.ajax() and JSONP

Reported by: chris@cmbuckley.co.uk 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/

Attachments (0)
Change History (4)

Changed September 07, 2012 01:29AM UTC by mikesherov comment:1

component: unfiledajax
keywords: → Needsdocs
priority: undecidedhigh

Can we just move this to the api.jquery.com github tracker?

Changed September 08, 2012 04:26PM UTC by mikesherov comment:2

resolution: → notabug
status: newclosed

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

Changed September 08, 2012 04:26PM UTC by mikesherov comment:3

keywords: Needsdocs

Changed January 26, 2013 09:06PM UTC by dmethvin comment:4

#13149 is a duplicate of this ticket.