Heim >Web-Frontend >js-Tutorial >Welche Selektoren hat jQuery?
jQuery-Selektor: 1. Hierarchischer Selektor; 3. Inhaltsfilter-Selektor; 5. Attribut-Filter-Selektor;
Empfohlen: „jQuery-Video-Tutorial“
jAbfrageauswahl:
1. Grundlegende ID, Tag, Klasse, Platzhalterauswahl:
#id element .class *
2 Filter:
ancestor descendant parent > child prev + next prev ~ siblings
3. Grundlegende Filterauswahl
:first :last :not :even :odd :eq :gt :lt :header :animated
5. Sichtbarkeitsfilterauswahl
:contains :empty :has :parent
7, Filterauswahl für untergeordnete Elemente
:hidden :visible
8, Formularauswahl
[attribute] [attribute=value] [attribute!=value] [attribute^=value] [attribute$=value] [attribute*=value] [attrSel1][attrSel2][attrSelN]
9, Formularfilterauswahl
:nth-child :first-child :last-child :only-child
Verwandte kostenlose Lernempfehlungen: JavaScript
(Video)Das obige ist der detaillierte Inhalt vonWelche Selektoren hat jQuery?. Für weitere Informationen folgen Sie bitte anderen verwandten Artikeln auf der PHP chinesischen Website!