[jQuery] $().load and scope of this

[jQuery] $().load and scope of this

Hello jQuerians,
when using $().load together with an onready handler, like:
$("#my-container").load("uri", function() {
alert(this);
});
"this" then refers to the window object. Is that by design or maybe a
bug? I don't find that very intuitive and it's not like jQuery behaves
in other cases (oncomplete for animations).
Thanks for some information and a happy easter!
--
Klaus
_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/