- jQuery 1.4 Reference Guide
- Jonathan Chaffer Karl Swedberg Karl Swedberg
- 219字
- 2021-08-20 16:29:44
Form selectors
The following selectors can be used to access form elements in a variety of states. When using any of the form selectors other than :input
, providing a tag name as well is recommended (for example, input:text
rather than :text
).
- Form element (:input): Select all form elements (
<input>
(all types),<select>
,<textarea>
,<button>
) - Text field (:text): Select all text fields (
<input type="text">
) - Password field (:password): Select all password fields (
<input type="password">
) - Radio button (:radio): Select all radio button fields (
<input type="radio">
) - Checkbox (:checkbox): Select all checkbox fields (
<input type="checkbox">
) - Submit button (:submit): Select all submit inputs and button elements (
<input type="submit">
,<button>
) - Image button (:image): Select all image inputs (
<input type="image">
) - Reset button (:reset): Select all reset buttons (
<input type="reset">
) - Standard button (:button): Select all button elements and input elements with a type of
button
(<button>
,<input type="button">
) - File upload (:file): Select all file upload fields
(<input type="file">)
- Enabled form element (:enabled): Select all form elements that are enabled (that is, they do not have the
disabled
attribute and users can interact with them) - Disabled form element (:disabled): Select all form elements that are disabled (that is, they have the
disabled
attribute and users cannot interact with them) - Checked box (:checked): Select all form elements—checkboxes and radio buttons—that are checked
- Selected option (:selected): Select all form elements (effectively,
<option>
elements) that are currently selected
推薦閱讀
- ERP沙盤模擬教程
- Photoshop案例實戰從入門到精通
- Python Text Processing with NLTK 2.0 Cookbook: LITE
- 中文版Maya 2014案例教程
- 中文版Photoshop CS6全能一本通·全彩版
- Photoshop CC UI設計標準培訓教程
- UG NX 12.0完全自學寶典
- 陌上花開:古風CG插畫繪制技法精解(花卉篇)
- After Effects 2022從入門到精通
- Premiere Pro CC 2015中文版基礎與實例教程(第4版)
- Unreal Development Kit Beginner's Guide
- Origin 2022科學繪圖與數據分析(高級應用篇)
- UG NX 12.0中文版實戰從入門到精通
- 剪映:零基礎輕松掌握手機剪輯短視頻
- Photoshop新媒體美工設計(視頻指導版)