On 12/12/06, Chris Domigan <[EMAIL PROTECTED]> wrote: > > > ...you would have to do $(this)[0], so it's extra typing either way. ... > > > > Er in that example it should be this[0].
$(this)[0] is never needed as 'this = $(this)[0]' when in an 'each' loop (or binding on an event, callbacks in plugins etc). _______________________________________________ jQuery mailing list [email protected] http://jquery.com/discuss/
