Hi,

> Why do I need to wrap the this with $(this) - (when using $('#...').each) -
> why isnt' that done automatically?

Most of the time you use each(), because you want to access the DOM Objects. 
That is exactly what you get as this. In most cases you need a jQuery Object 
you can do your work outside of each().

Christof

_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/

Reply via email to