gpt4 book ai didi

悬停时的 Jquery(当我们悬停的元素上方有一个元素时)

转载 作者:行者123 更新时间:2023-12-01 03:20:28 25 4
gpt4 key购买 nike

因此有两个元素彼此叠置。当元素(位于顶部元素下方)悬停时,如何立即调用函数?

非常感谢,我真的需要这个才能工作:s

最佳答案

您可以使用 CSS pointer-events属性:

In addition to indicating that the element is not the target of mouse events, the value none instructs the mouse event to go "through" the element and target whatever is "underneath" that element instead.

#top {
pointer-events: none;
}

$('#underneath').hover(function(){
....
})

关于悬停时的 Jquery(当我们悬停的元素上方有一个元素时),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/10556202/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com