表单选择器
语法:
$(':enabled')所有激活的input元素
$(':disabled')所有禁用的input元素(不可以使用的input元素)
$(':selected')所有选取得元素,针对于select元素
$(':checked')所有被选中的input元素