gpt4 book ai didi

javascript - jQuery click 仅适用于 Firefox

转载 作者:行者123 更新时间:2023-11-30 06:55:07 27 4
gpt4 key购买 nike

这是我的网站 http://projekt.smartunit.de/ipos/faq-downloads-videos ,我创建了“测试”按钮,请向下滚动以查看它们。这是 jQuery:

jQuery(".test").click(function(){
alert("dfndfndfndffd");
});

但它只适用于 Firefox,不适用于 IE、chrome、safari、opera..

我不知道哪里做错了?请帮忙!

谢谢!

最佳答案

它的覆盖问题。将这些添加到您的 .css 文件中

.test{
z-index: 9999;
cursor: pointer;
position: relative;
}

关于javascript - jQuery click 仅适用于 Firefox,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/50185673/

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