I've come across a number of possible uses for a new :first-visible-child,
:last-visible-child, :nth-visible-child, :nth-last-visible-child, etc.

The current best way to achieve that effect is:

$(expr).each(function() { $("> whatever:visible:last") } for
:last-visible-child, for instance.

Is there any interest in a plugin that provides dedicated support for those
selectors?

--
Yehuda Katz
Web Developer | Wycats Designs
(ph)  718.877.1325
_______________________________________________
jQuery mailing list
[email protected]
http://jquery.com/discuss/

Reply via email to