gpt4 book ai didi

jquery - 当用户将鼠标悬停在对象上时显示气球

转载 作者:太空宇宙 更新时间:2023-11-03 17:58:08 24 4
gpt4 key购买 nike

我正在设计一个博客主题。我正在尝试制作一个信息气球,当用户将鼠标悬停在作者姓名上时,它会出现,类似于 Facebook 气球,当我们将鼠标悬停在名字上时,气球会出现,当光标离开名称或气球时,它会淡出。


像这样dl.dropboxusercontent.com/u/287​​93409/baloon.jpg

我已经尝试了一些 Jquery 但总是遇到问题,因为我希望当用户在不被隐藏的气球上时。我知道我的 jquery 代码是一场灾难 :D

$(function() {          
var authorInfo = $('.author-info');

$('.author').hover(function() {
$(this).find('.author-info').delay(700).fadeIn();
});


$('.author-info').mouseleave(function(){
authorInfo.fadeOut();
});

$('.close').hover(function(){
authorInfo.fadeOut();
});

$('.close').hover(function(){
authorInfo.fadeOut();
});

$('#sereen').hover(function(e){
e.stopPropagation();
});

authorInfo.hover(function(e){
e.stopPropagation();
});

});


这是我设计的气球 https://dl.dropboxusercontent.com/u/28793409/Capture.JPG

它的页面 http://bit.ly/1uKDY3V, 请将鼠标悬停在帖子的作者姓名上。我做了 HTML 和 CSS 部分,但我不擅长 Jquery 和 JS,所以请帮助我完成它。

最佳答案

嘿,你可以查看 tether drop 插件,它可以免费为你提供碰撞检测,并且有一个看起来几乎像你的图像的例子。

http://github.hubspot.com/drop/docs/welcome/

关于jquery - 当用户将鼠标悬停在对象上时显示气球,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/25915610/

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