I use to have all the *type selectors implemented, but after a quick
survery I couldn't find anyone who actually used them (and who
could've just used :nth-child() instead). Although, its' probably a
good idea to have these in an external plugin, for completeness, in
case anyone wants them. Good work George.

--John

> Good point J?rn, thank you. (I've not found a good use for :nth-of-type()
> myself, but someome will!)
>
> More interesting as it turns out, is the :nth-sibling-of-type() selector
> that I created accidentally...
> It turns out to be a simple way of returning TD elements in the same column
> of a table.
>
> Here are two examples on a form and a table:
> http://www.softwareunity.com/sandbox/JQueryMoreSelectors/nth-of-type/
>
> Original test page is here:
> http://www.softwareunity.com/sandbox/JQueryMoreSelectors/

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

Reply via email to