gpt4 book ai didi

javascript - jQuery 将鼠标悬停在两侧的图片上

转载 作者:行者123 更新时间:2023-12-02 17:22:45 27 4
gpt4 key购买 nike

在 jQuery 中,如何将鼠标悬停在图片上并显示另一张图片?我知道悬停()需要两个参数,但我不太清楚。有人请解释一下。

最佳答案

这是给你的 fiddle 。 http://jsfiddle.net/qYb5m/

我认为您正在寻找:

$('img').hover(
function() {
$(this).attr();
},
function() {
$(this).attr();
}
);
正如你所看到的。 attr() 标签有一些可自定义的选项。

失望的猫是因为如果你不发布 fiddle 或代码,就好像你没有尝试过。

关于javascript - jQuery 将鼠标悬停在两侧的图片上,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/23771369/

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