[jQuery] :last-visible :nth-visible-child, etc.
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?<br clear="all">
--
Yehuda Katz
Web Developer | Wycats Designs
(ph) 718.877.1325
_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/