jquery选择器
- *
- #id
- .class
- element
- :first
- :last
- :even
- :odd
- :eq(index)
- :gt(no)
- :lt(no)
- :header
- :animated
- :contains(text)
- :empty
- :visible
- [attribute]
- [attribute=value]
- [attribute!=value]
- [attribute$=value]
- :input
- :text
- :password
- :radio
- :checkbox
- :submit
- :reset
- :button
- :image
- :file
- :enabled
- :disabled
- :selected
- :checked