Don't set the context in .load() as it stops the global ajax events from firing....
authorJohn Resig <jeresig@gmail.com>
Mon, 25 Jan 2010 02:58:32 +0000 (21:58 -0500)
committerJohn Resig <jeresig@gmail.com>
Mon, 25 Jan 2010 02:58:32 +0000 (21:58 -0500)
commitc639405c4d1ec462b032ccfb571a6c73212ba101
tree41dd9dc07c65e2ed023f3daa72fc6fbc919ebc68
parent6a3d0996edf2f8ba69f62c8c7c3eda07b674d81f
Don't set the context in .load() as it stops the global ajax events from firing. Fixes #5922.
src/ajax.js
test/unit/ajax.js