带有 iframe 和锚点的 jQuery UI 对话框

发布于 2024-09-25 13:33:20 字数 329 浏览 1 评论 0原文

我正在将页面加载到对话框中的 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 技术交流群。

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

发布评论

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

评论(1

单身情人 2024-10-02 13:33:20

删除 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

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