$() effectively returns an pseudo-array of the elements that match the
specified query. The .each() method applies a function to each element in
that array. In your case the query matches only one element in the DOM, so
there is only one element in the array, and .each() will be performed once.

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

Reply via email to