jQuery 悬停配置文件?
当鼠标悬停在头像上时,如何创建类似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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
查看 jQuery Ajax 工具提示
Check out jQuery Ajax Tooltip
这是基本思想:
mouseenter()
div >$.ajax
加载数据并将其附加到mouseleave 上隐藏
div
()This is the basic idea:
div
onmouseenter()
$.ajax
and append it todiv
div
onmouseleave()
您可能想查看此列表,它显示了很多创建此类工具提示的插件:
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/