- 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
推薦閱讀
- Microsoft Forefront UAG 2010 Administrator's Handbook
- 3ds Max 2014標(biāo)準(zhǔn)教程(全視頻微課版)
- 設(shè)計(jì)模式之禪(第2版)
- AutoCAD 2019中文版從入門到精通
- 剪映:短視頻剪輯/字幕/動(dòng)畫(huà)/AI從新手到高手(手機(jī)版+電腦版)
- BPEL Cookbook: Best Practices for SOA/based integration and composite applications development
- 平面設(shè)計(jì)綜合教程:Photoshop+Illustrator+CorelDRAW +InDesign(微課版)
- ASP.NET MVC 1.0 Quickly
- CorelDRAW X5實(shí)用教程(第2版)
- 中文版Photoshop 2020完全自學(xué)教程
- Apache Maven 3 Cookbook
- Photoshop CS6從入門到精通
- KNIME視覺(jué)化數(shù)據(jù)分析
- WordPress MU 2.8: Beginner's Guide
- JBoss Drools Business Rules