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.