Home
Flashcards
Preview
Jquery filters
Home
Get App
Take Quiz
Create
filter for first item, the final item, every even or odd
:first
:last
:even
:odd
filters for all header items and for items that are not something
:header
:not(selector)
filters for greater than, less than, or anything that is not at a given index. and what do indexes start with?
:eq not at a given index
:gt()
:lt()
Attribute filter that
STARTS
with a specified value
Attribute that
ENDS
with a speficied value
Attribute that
CONTAINS
with a speficied value
[attribute ^= value] Starts
[attribute $= value] Ends
[attribute *= value] Contains
finds elements that has certain text
finds elements that are parents
finds elements that are visible/hidden
:containts (text)
:parent
:visible
:hidden
filter based on child elements and the four options available
:nth-child(index)
:nth-child(even)
:nth-child(odd)
:nth-child(equation)
Filter for elements with nothing in them, and ones that have certain things
:empty
:has()
Author
dalbabes
ID
91101
Card Set
Jquery filters
Description
Filters
Updated
2012-07-26T16:03:41Z
Show Answers
Home
Flashcards
Preview