Passer au contenu
HajerEducation
Free Tutorial
1ère année أولى ثانوي Bac Physique Mathématiques Chimie Manuel Scolaire Sites utiles Coding 2ème année secondaire Informatique
HajerEducation
Free Tutorial
Home Mon Compte Panier Inscription Cours

Étiquette : jQuery Selectors

jQuery Selectors

jQuery Selectors

août 5, 2022

jQuery Selectors : Selector Example Selects * $(« * ») All elements #id $(« #lastname ») The element with id= »lastname » .class $(« .intro ») All elements with class= »intro » .class,.class $(« .intro,.demo ») All elements with the class « intro » or « demo » element $(« p ») All <p> elements el1,el2,el3 $(« h1,div,p ») All <h1>, <div> and <p> elements       :first $(« p:first ») The first <p> element :last $(« p:last ») […]

HajerEducation

juin 2025
L M M J V S D
 1
2345678
9101112131415
16171819202122
23242526272829
30  
« Jan