j쿼리 선택기: 1. 계층적 선택기, 2. 기본 필터 선택기, 4. 가시성 필터 선택기, 5. 속성 필터 선택기.
권장: "jquery 비디오 튜토리얼"
j쿼리 선택기:
1 기본 ID, 태그, 클래스, 와일드카드 선택기:
#id element .class *
2. :
ancestor descendant parent > child prev + next prev ~ siblings
3. 기본 필터 선택기
:first :last :not :even :odd :eq :gt :lt :header :animated
4. 콘텐츠 필터 선택기
:contains :empty :has :parent
5. 속성 필터 선택
:hidden :visible
7. 선택기
[attribute] [attribute=value] [attribute!=value] [attribute^=value] [attribute$=value] [attribute*=value] [attrSel1][attrSel2][attrSelN]
8, 양식 선택기
:nth-child :first-child :last-child :only-child
9, 양식 필터 선택기
:input :text :password :radio :checkbox :submit :image :reset :button :file :hidden
관련 무료 학습 권장사항: JavaScript
(동영상)위 내용은 jQuery에는 어떤 선택기가 있습니까?의 상세 내용입니다. 자세한 내용은 PHP 중국어 웹사이트의 기타 관련 기사를 참조하세요!