div,span等标签支持focus/blur事件

<div tabindex="0" hidefocus="true" onfocus='alert("得到焦点");' onblur='alert("失去焦点");' style="border:1px solid #ccc;width:200px;height:200px;outline=0;"></div>

 

posted @ 2017-07-27 11:35  web_study  阅读(3832)  评论(0)    收藏  举报

哈哈