jQuery :focus 选择器
定义和用法
:focus 选择器选取当前获得焦点的元素。
提示:如果没有其他选择器,则此选择器通常与标签名或其他选择器一起使用,否则此选择器将与 ("*:focus") 相同。
语法
$(":focus")
:focus 选择器选取当前获得焦点的元素。
提示:如果没有其他选择器,则此选择器通常与标签名或其他选择器一起使用,否则此选择器将与 ("*:focus") 相同。
$(":focus")
If you want to use W3Schools services as an educational institution, team or enterprise, send us an e-mail:
[email protected]
If you want to report an error, or if you want to make a suggestion, send us an e-mail:
[email protected]