Pass in the XHR object as the third argument to the success callback (which helps...
authorJohn Resig <jeresig@gmail.com>
Wed, 11 Nov 2009 19:29:01 +0000 (14:29 -0500)
committerJohn Resig <jeresig@gmail.com>
Wed, 11 Nov 2009 19:29:01 +0000 (14:29 -0500)
commitc2101245c07afdb831b0c79869c7263420407b67
tree5f48fd0b577879d148fafc4cf2af413b82dae339
parent7c4144fab314d98b85303d01ab904bb711bc2ecc
Pass in the XHR object as the third argument to the success callback (which helps $.get, $.post, and load). Fixes #3363.
src/ajax.js