博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
怎样治疗<a>标签不能触发onblur事件
阅读量:6605 次
发布时间:2019-06-24

本文共 404 字,大约阅读时间需要 1 分钟。

hot3.png

I realize this was over a year ago, but it showed up for me in Google while trying to solve this same issue.

It seems Chrome does not consider some elements, like body and anchors, to be "focusable". According to the following page, you can make any element focusable (thereby activating the blur event) by setting the tabindex attribute: 

Like so:

 blur me 

 

转载于:https://my.oschina.net/weijuer/blog/1929671

你可能感兴趣的文章
spring mvc 视频资料
查看>>
Android系统耗电普遍判断逻辑
查看>>
构造函数与析构函数
查看>>
python代码风格指南:pep8 中文翻译
查看>>
压缩及解压缩工具
查看>>
利用li标签做菜单
查看>>
OC之id
查看>>
Application的基本使用
查看>>
android 过渡动画研究
查看>>
Dragger android 的Activity切换动画大全
查看>>
微信 JS API 支付教程
查看>>
递归转非递归的思路和例子
查看>>
centos7安装kerberos+ldap(长沙方信)
查看>>
CSS3清新下滑菜单
查看>>
流程控制-if条件判断
查看>>
Kubernetes深入理解
查看>>
Linux(CentOS 6.4)系统中安装mplayer
查看>>
CME上配置IP phone
查看>>
华为HCDP实验指导书
查看>>
PHP设计模式 代理设计模式
查看>>