[jQuery] javascript binding event to object method
I know when using addEventListener to "this" refers to the "owner"
which is in this case the HTML element. The JQuery method "bind" seems
to act similarly. Is there away to access the object that called the
event handler also?
Thanks