Get the currently focused element:
const element = document.activeElement.tagName;
Try it Yourself »
The activeElement
property returns the HTML element that have focus.
The activeElement
property is read-only.
document.activeElement
Type | Description |
Element | The HTML element that has focus |
document.activeElement
is a DOM Level 1 (1998) feature.
It is fully supported in all browsers:
Chrome | Edge | Firefox | Safari | Opera | IE |
Yes | Yes | Yes | Yes | Yes | 9-11 |
截取页面反馈部分,让我们更快修复内容!也可以直接跳过填写反馈内容!