$(this)[0] is never needed as 'this = $(this)[0]' when in an 'each' loop (or binding on an event, callbacks in plugins etc).
I was simply speculating what would have happened if "this" had been designated a jQuery object. Hence this[0] would give you the DOM node. Read the whole thread :) Chris
_______________________________________________ jQuery mailing list [email protected] http://jquery.com/discuss/
