欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页  >  web前端

div无法触发blur事件解决办法_html/css_WEB-ITnose

程序员文章站 2022-05-19 10:18:48
...
默认情况下div无法获取焦点,无法触发focus与blur事件,猜测span,a等标签也无法触发焦点事件(input:button,及button标签可以触发)

如何使div触发blur事件:可以给div加上tabindex属性

在线演示:http://sandbox.runjs.cn/show/e0bvfcag

源码:

Document		


相关资料: http://www.w3school.com.cn/tags/att_standard_tabindex.asp

demo: http://www.w3school.com.cn/tiy/t.asp?f=html_standard_tabindex