如何在纯JavaScript中模拟鼠标悬停以激活CSS“:hover”?
我一直试图找到mouseover在Chrome中模拟的代码,但即使“mouseover”监听器被触发,CSS“悬停”声明也永远不会被设置!
mouseover
我也尝试过:
//Called within mouseover listener theElement.classList.add("hover");
但似乎没有任何东西可以将元素更改为其hover声明中声明的内容。
hover
这可能吗?
眼眸繁星
慕桂英3389331
相关问题
相关分类