$("input")和$(":input")有没有区别??
phpcn_u233
phpcn_u233 2016-12-20 17:26:42
0
2
1182

$("input")和$(":input")有没有区别??

phpcn_u233
phpcn_u233

reply all(2)
数据分析师

Is there any difference between $("input") and $(":input")? ? -PHP Chinese website Q&A-Is there any difference between $("input") and $(":input")? ? -PHP Chinese website Q&A

Please watch and learn.

阿神

$("input")只选择input标签.如:<input id="" type="" name="" /> ;

$(":input")是伪类选择,不单单是input,还包括textarea和select,button.如<input />,<textarea></textarea>,<select></select>

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template