我正在构建一个具有各种锚点和表单元素的页面,这些元素可以被聚焦,我想知道如果有什么东西被聚焦,我如何才能获得当前正在被聚焦的元素。我认为在jQuery中使用.is(:focus)可以做到这一点。我正在寻找一个jQuery或香草js解决方案-只是工作的东西。
下面是我在psuedo-code中尝试做的事情:
if (something is focused){
get the tag name of that which is currently focused and store that in a variable as a string.
}
else {
alert(