document.activeelement returns body

谁都会走 提交于 2019-11-29 01:16:48

Between leaving the old element and entering the new element the active element is indeed the document/body itself.

Demo: http://jsfiddle.net/u3uNP/

To Solve this problem replace document.activeElement with this.

JsFiddle: https://jsfiddle.net/PseudoNinja/8oq0c1by/

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!