Hi,
"this" in the callback to the load() function changed from 2.1.4 to 2.2.0 in a breaking way.
The documentation at http://api.jquery.com/load/ says: ".. this is set to each DOM element in turn.".
In 2.2.0 "this" is instead the jQuery instance, and not the DOM element.
I tracked it down to this commit:
a4715f4
Regards
/Fredrik Blomqvist