jQuery BlockUI 结合 jQuery Tools Tooltip 问题

发布于 2024-12-13 18:58:55 字数 708 浏览 3 评论 0原文

我试图在同一页面上使用 BlockUI 和 jQuery Tools Tooltip 插件,并且对 BlockUI 的调用使工具提示变得模糊。一旦我在元素上调用 .block() ,工具提示就会向左和顶部偏移 X 个像素,并且工具提示的宽度/高度都混乱了。还有其他人一起使用这两个库并遇到同样的问题吗?

$("#MyAccount").block({ message: "<h1>Saving...</h1>" });

这是我所说的两个插件:

http://jquery.malsup.com/block/ #概述

http://flowplayer.org/tools/demos/tooltip/index.html

初始页面加载 -一切正常

调用 .block() 后,工具提示已显示

I'm trying to use both the BlockUI and jQuery Tools Tooltip plugins on the same page and calls to BlockUI are fubaring the tooltips. Once I call .block() on an element the tooltips are offset by X number of pixels to the left and top and the width/height of the tooltips are all messed up. Any one else using these two libraries together and run into the same issue?

$("#MyAccount").block({ message: "<h1>Saving...</h1>" });

These are the two plugins I'm speaking of:

http://jquery.malsup.com/block/#overview

http://flowplayer.org/tools/demos/tooltip/index.html

Initial page load - everything OK

After call to .block() the tooltips are fubared

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

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

发布评论

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

评论(1

樱娆 2024-12-20 18:58:55

BlockUI 与其他框架或插件不能很好地配合。我决定使用 jquery 工具覆盖来替换它,它的效果也很好。

BlockUI just doesn't play nice with other frameworks or plugins. I decided to use the jquery tools overlay to replace it and it works just as well.

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