Enhances ajaxSetup so that it can take an optional target option, in which case targe...
authorjaubourg <j@ubourg.net>
Sat, 12 Feb 2011 02:59:46 +0000 (03:59 +0100)
committerjaubourg <j@ubourg.net>
Sat, 12 Feb 2011 02:59:46 +0000 (03:59 +0100)
commitd4790116b8ff83786e82767cba23a4bff0236e58
tree7e763d20b073c1ddffbca9c22e40e0f78b9d0211
parent081562cebc63617d2c99adbcefa107dbea5c9bee
Enhances ajaxSetup so that it can take an optional target option, in which case target will be updated instead of ajaxSettings. That way, fields that shouldn't be deep extended can be listed and dealt with in one place. jQuery.ajax now makes use of ajaxSetup with target to create its internal settings object. Fixes #7531 in IE9RC.
src/ajax.js