Skip to main content

Bug Tracker

Side navigation

#3363 closed enhancement (fixed)

Opened September 12, 2008 02:05AM UTC

Closed November 11, 2009 07:29PM UTC

Patch to include 3rd argument to callbacks in jQuery.get and jQuery.post as well as jQuery.load

Reported by: sminnee Owned by: flesler
Priority: major Milestone: 1.4
Component: ajax Version: 1.3.2
Keywords: Cc:
Blocked by: Blocking:
Description

jQuery.load passes the XMLHTTPResponse object as a 3rd argument to the callback handlers, but jQuery.get and jQuery.post don't.

This very simple patch updates piece of jQuery.ajax that calls the callback, updating it so that it passes the XMLHTTPResponse object as the 3rd argument.

Attachments (1)
  • third-callback-argument.patch (0.4 KB) - added by sminnee September 12, 2008 02:06AM UTC.

    To merge, call "patch -p2 < third-callback-argument.patch" from the same directory as jquery.js

Change History (2)

Changed September 12, 2008 10:43PM UTC by flesler comment:1

owner: → flesler
status: newassigned

Changed November 11, 2009 07:29PM UTC by john comment:2

milestone: 1.31.4
resolution: → fixed
status: assignedclosed
version: 1.2.31.3.2