iSharkFly
[jQuery 选择器-表单] :input
软件技术
前端
honeymoose
March 29, 2013, 4:18am
1
匹配所有 input, textarea, select 和 button 元素。
返回值
Array
示例
查找所有的input元素
HTML 代码:[code]
[/code]jQuery 代码:[code]$(":input") [/code]结果:[code][ , , , , , , , , ] [/code]
Related topics
Topic
Replies
Views
Activity
[jQuery 选择器-表单] :button
前端
0
170
March 29, 2013
[jQuery 选择器-表单] :radio
前端
0
130
March 29, 2013
[jQuery 选择器-表单] :text
前端
0
172
March 29, 2013
[jQuery 选择器-表单] :submit
前端
0
184
March 29, 2013
[jQuery 选择器-表单] :checkbox
前端
0
127
March 29, 2013