better example for selfOrParents

better example for selfOrParents


I submitted ticket #3657 for a new method: selfOrParents()
The ticket has since been closed so I'm posting here.
In the ticket I gave the example of
selfOrParents(':hidden')
a better example would have been:
selfOrParents('div.something:first')
which I don't believe is possible any other way.
Any ideas?