Change "this" when binding element

Change "this" when binding element

This is exactly what I was getting at... With regard to event handler .bind() and fn.bind() 
So far with my $.hitch tests, the one thing I dislike is the argument structure. It does what it should but I'd much prefer a function.prototype.bind() if given the choice.
<span style="font-family:Prelude, Verdana, san-serif;">
</span><span id="signature"><div style="font-family: arial, sans-serif; font-size: 12px;color: #999999;">-- Sent from my Palm Prē</div>
</span><span style="color:navy; font-family:Prelude, Verdana, san-serif; "><hr align="left" style="width:75%">ajpiano wrote:
I love the idea of extending scope manipulation to any function,
rather than only event handlers. Callbacks to ajax requests often
need a better scope than the XHR, and while I look forward to 1.4's
functionality for event handlers, it would really be a shame to
continue to force people to use non-jQuery solutions for full scope
manipulation.
That said, and while I do love (and frequently recommend) $.hitch, I
prefer an approach more like Prototype or Underscore's that doesn't
involve passing so many strings.
--adam