Fixes 4825. jQuery.fn.load: use the jXHR's Promise interface to get the actual respon...
authorjaubourg <j@ubourg.net>
Tue, 11 Jan 2011 19:02:33 +0000 (20:02 +0100)
committerjaubourg <j@ubourg.net>
Tue, 11 Jan 2011 19:02:33 +0000 (20:02 +0100)
commit5a721cf31b142365954a2d71e860534da4536b16
tree6c3afba4b4c9d0a9e9c0bd745bc651f42ed57d7c
parentc5c1f18adb4dfae5366eafada12ed02fe1b7064d
Fixes 4825. jQuery.fn.load: use the jXHR's Promise interface to get the actual response in case ajaxSettings contains a dataFilter. Unit test added.
src/ajax.js
test/unit/ajax.js