jquery命令汇总,方便使用jquery的朋友(3)

:password              $(":password")                     所有 type="password"  <input> 元素

:radio                    $(":radio")                           所有 type="radio"  <input> 元素

:checkbox              $(":checkbox")                     所有 type="checkbox"  <input> 元素

:submit                  $(":submit")                        所有 type="submit"  <input> 元素

:reset                     $(":reset")                           所有 type="reset"  <input> 元素

:button                  $(":button")                         所有 type="button"  <input> 元素

:image                   $(":image")                         所有 type="image"  <input> 元素

:file                      $(":file")                             所有 type="file"  <input> 元素

:enabled                $(":enabled")                       所有激活的 input 元素

:disabled                $(":disabled")                      所有禁用的 input 元素

:selected                $(":selected")                       所有被选取的 input 元素

:checked                $(":checked")                       所有被选中的 input 元素

jQuery 效果函数

方法                     描述

animate()               对被选元素应用“自定义”的动画

clearQueue()          对被选元素移除所有排队的函数(仍未运行的)

内容版权声明:除非注明,否则皆为本站原创文章。

转载注明出处:https://www.heiqu.com/wdjygj.html