Is there documentation that provides/explains all possible jQuery filter parameters allowed?
Some of the examples I have seen are :first and :last – are there any more?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
http://docs.jquery.com/Selectors
Those are just the built in ones, though. You can actually create your own!
So if you wanted to get all
<div>elements that satisfied a certain criteria through a filter, you could do: