jQuery BlockUI 结合 jQuery Tools Tooltip 问题
我试图在同一页面上使用 BlockUI 和 jQuery Tools Tooltip 插件,并且对 BlockUI 的调用使工具提示变得模糊。一旦我在元素上调用 .block() ,工具提示就会向左和顶部偏移 X 个像素,并且工具提示的宽度/高度都混乱了。还有其他人一起使用这两个库并遇到同样的问题吗?
$("#MyAccount").block({ message: "<h1>Saving...</h1>" });
这是我所说的两个插件:
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:
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
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.