JQuery:新的“弹出 Div”将鼠标悬停在“My Div”的相对位置时

发布于 2024-12-08 14:33:09 字数 172 浏览 0 评论 0原文

我想动态创建一个“鼠标悬停”弹出div,就像我们在Stackoverflow(当鼠标悬停在标签上时)/Google+(当鼠标悬停在朋友图像上时)中得到的那样。

目前,我能够从 AJAX 获取文本,但我无法将其置于“朗朗上口的酷”外观中。感觉。

在 JQuery 中有什么简单的方法可以做到这一点吗?

I want to create a "mouseover" pop-up div dynamically, just like What we get in Stackoverflow (When mouse over a tag)/Google+ (when mouseover a friend image).

Curretly I am able to get the text from AJAX, but i am unable to place that in a "Catchy cool" look & feel.

Is there any wasy way to do this in JQuery?

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

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

发布评论

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

评论(2

波浪屿的海角声 2024-12-15 14:33:09

我知道这不是正确的帮助方式,但我为您编写了一些代码:

http://jsfiddle.net/ w8qan/11/

它并不完美 - 我建议阅读 jQuery 的 offset() 和<一href="http://api.jquery.com/position/" rel="nofollow">position() 方法以及它们之间的区别。

如果您希望弹出窗口“时尚” - 按照您想要的方式使用 CSS,请使用 jQuery 的 animate()show(), slideDown() 等。我专注于在您想要的位置显示您的描述。

I know that it's not the right way to help but I wrote some code for you:

http://jsfiddle.net/w8qan/11/

It is not perfect - i recommend reading about jQuery's offset() and position() methods and differences between them.

If you want you popups "stylish" - use CSS the way you want, use jQuery's animate(), show(), slideDown(), etc. I focused on displaying your description where you want it.

傲影 2024-12-15 14:33:09

您可以使用 .animate() 方法来创建很酷的自定义动画。

对于更广泛使用的效果,请查看此 jQuery 选项列表 http://api.jquery.com /类别/效果/

You can use the .animate() method to create cool custom animations..

For more widely-used effects have a look at this list of jQuery options http://api.jquery.com/category/effects/

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