Quick Quiz

Quick Quiz

I'm just curious, does anyone actually use any of these jQuery/CSS selectors?
:nth-child()
:nth-last-child()
:first-of-type()
:nth-of-type()
:last-of-type()
:nth-last-of-type()
:only-of-type()
[@foo ~= bar]
[@foo |= bar]
[@*]
If your answer is 'Yes' to any of these, please let me know where/why
you would use it. If your answer is No (or if you have no idea what
these selectors do), just reply with 'No'.
I'm doing more cleaning in the expression parsing engine, and taking
these out would definitely help to cut down the size of jQuery.
--John