带有 iframe 和锚点的 jQuery UI 对话框
我正在将页面加载到对话框中的 iFrame 中。 这是带有锚标记的帮助页面。当我使用锚点加载页面时,或者甚至在对话框中使用锚点标签时,即使对话框居中,浏览器也会跳转到锚点。
请参阅:http://immoshots.com/test/jquery.ui.dialog/default .html
有解决方法吗?
另一个问题是为什么我有双滚动条。
顺便说一句,iFrame 顶部的 G_JS_API 是怎么回事?
I am loading a page into an iFrame in the dialog.
This is a help page with anchor tags. When I load the page using an anchor or even when using the anchor tags in the dialog the browser jumps up to the anchor, even if the dialog is centred.
See: http://immoshots.com/test/jquery.ui.dialog/default.html
Is there a workaround for this?
Another question is why I have double scrollbars.
And btw what's up with the G_JS_API in the top of the iFrame?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
删除
id="divId"
上高度的内联样式,外部滚动条集就会消失。对于 G_JS_API,您可以在 JS 添加到元素
之前输出字符串”
G_JS_API
"
某处出现杂散输出?
您使用的浏览器是否可以轻松检查元素?在 Chrome 或 Firefox 中,只需右键单击某个内容,然后单击检查元素。从那里您可以看到哪些样式正在影响 div 以及在何处文本来自
Remove the inline style for the height on
id="divId"
and the outside set of scrollbars goes away.For the G_JS_API you have something outputting the string before the JS is added to the element
"
G_JS_API
"
A stray output somewhere?
Are you using a browser that you can easily inspect elements? In Chrome or Firefox just right click on something, click on inspect element. From there you can see what styles are affecting the divs and where text is coming from