更新到 jquery 1.5.2 后 jquery 工具覆盖问题
这很棘手。
社区中有一些超链接,可打开叠加层。 有一个包含主要内容的 iframe。
使用 jquery_1.4.3 一切正常。所有叠加层都会打开并定位良好,无论它们是否在 iframe 中。
更新到 jquery_1.5.2 后,iframe 中的任何内容都无法正常工作。 事件“onBeforeLoad”正在触发,但事件“onLoad”没有(跟踪宽度警报)。
我尝试过类似的事情,但没有任何效果。 我尝试的最后一件事就是这里描述的 https://github.com/jquerytools/jquerytools/issues/161
有人在吗有答案吗?
This is just tricky.
In a Community are a few hyperlinks, which opens an overlay.
There is an iframe with the main content.
With jquery_1.4.3 all works fine. All overlays opens and are well positioned, doesn't matter if they are in iframe or not.
After update to jquery_1.5.2 nothing in iframe works fine.
The event "onBeforeLoad" is firing but event "onLoad" don't (tracked width alert).
I tried similar things, but nothing works.
Last thing I tried is what is described here
https://github.com/jquerytools/jquerytools/issues/161
Is there anybody out there with an answer?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
使用 Jquery-tools 1.2.5 独立版本针对 jQuery 1.5.2(jquery-tools 不包括 jquery)进行测试
覆盖完全无法在 FF 中工作。
Tested with a Jquery-tools 1.2.5 standalone ver against jQuery 1.5.2(jquery-tools not including jquery)
Overlay Completely failed to work in FF.