jQuery 悬停配置文件?

发布于 2024-08-20 03:07:05 字数 277 浏览 6 评论 0原文

当鼠标悬停在头像上时,如何创建类似trulia的效果?

http://www.trulia.com/voices/Home_Buying/Why_are_there_only_homes_listed_under_quot_Recen-164127

How to create the effect like trulia when you hover on the avatar?

http://www.trulia.com/voices/Home_Buying/Why_are_there_only_homes_listed_under_quot_Recen-164127

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

夜深人未静 2024-08-27 03:07:05

这是基本思想:

  1. mouseenter()div >
  2. 通过 $.ajax 加载数据并将其附加到
  3. div 在 mouseleave 上隐藏 div ()

This is the basic idea:

  1. Show div on mouseenter()
  2. Load data via $.ajax and append it to div
  3. Hide div on mouseleave()
太阳哥哥 2024-08-27 03:07:05

您可能想查看此列表,它显示了很多创建此类工具提示的插件:

http://www.webdesignbooth.com/15-jquery-plugins-to-create-an-user-friend-tooltip/

You may want to look into this list, it shows quite a few plugins that creates such tooltips:

http://www.webdesignbooth.com/15-jquery-plugins-to-create-an-user-friendly-tooltip/

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文