gpt4 book ai didi

jquery - 如何在悬停并单击相应的 div 时显示图像

转载 作者:太空宇宙 更新时间:2023-11-03 23:06:04 25 4
gpt4 key购买 nike

CSS:

.imgECheck {
position: absolute;
top: 0;
right: 5px;
width: 15px;
height: 15px;
display: none;
}
.imgFCheck {
position: absolute;
top: 0;
right: 5px;
width: 15px;
height: 15px;
display: none;
}

如何实现上面JQuery中的功能

最佳答案

$(function () {
$(".btn-small").on("click", function () {
$('.imgFCheck').hide();
$(this).find('.imgFCheck').show();
});
});

关于jquery - 如何在悬停并单击相应的 div 时显示图像,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/34746417/

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