jQuery中$,"input"与$

$("input")表示获取页面所有的input元素

$(":input")选取表单中所有的input,select 和 button元素