May 2017
Intermediate to advanced
448 pages
10h 10m
English
|
Selector |
Matches |
|
:input |
All <input>, <select>, <textarea>, and <button> elements. |
|
:text |
The <input> elements with type="text". |
|
:password |
The <input> elements with type="password". |
|
:file |
The <input> elements with type="file". |
|
:radio |
The <input> elements with type="radio". |
|
:checkbox |
The <input> elements with type="checkbox". |
|
:submit |
The <input> elements with type="submit". |
|
:image |
The <input> elements with type="image". |
|
:reset |
The <input> elements with type="reset". |
|
:button |
The <input> elements with type="button" and <button> elements. |
|
:enabled |
Enabled form elements. |
|
:disabled |
Disabled form elements. |
|
:checked |
Checked checkboxes and radio buttons. |
Read now
Unlock full access