html() and text() are not symmetrical

html() and text() are not symmetrical


Somewhat suprisingly so, the jQuery html() method does output the
inner HTML of only the frist element selected. While text() method
does output the concatenation ot the inner text of all the elements
selected. Maybe someone will improve things here in 1.3.3 ? Or there
is some higher logic to this, which might prove me wrong.
-- DBJ