jQuery :selected 选择器
:selected 选择器选取预先选定的选项元素。
:selected 选择器选取预先选定的选项元素。
:disabled 选择器选取所有禁用的表单元素。
:enabled 选择器选取所有启用的表单元素。
:file 选择器选取带有 type=file 的 input 元素。
:image 选择器选取带有 type=image 的 input 元素。
:button 选择器选取带有 type=button 的 button 和 input 元素。
:reset 选择器选取带有 type=reset 的 button 和 input 元素。
:submit 选择器选取带有 type=submit 的 button 和 input 元素。
:checkbox 选择器选取带有 type=checkbox 的 input 元素。
:radio 选择器选取带有 type=radio 的 input 元素。