带有 iframe 的 jQuery Thickbox - 最初可以设置参数 TB_iframe=true 吗?

发布于 2024-11-03 15:04:13 字数 338 浏览 1 评论 0原文

我正在使用 jQuery 厚盒插件来显示我的页面之一包裹在厚盒中。效果很好。

这就是我如何调用要在厚盒中显示的页面。

 <a href="thickbox_page.html?KeepThis=true&TB_iframe=true" class="thickbox" id="thickbox_link">Thickbox example</a>

我已在 Thickbox.js 文件本身中设置了高度和宽度参数。同样,我可以在js文件中设置其他参数吗?比如我可以在js文件中设置TB_iframe=true,这样就不需要传递url中的参数了吗?

I am using the jQuery thickbox plugin to show one of my page wrapped up in a thickbox. It works fine.

This is how I call the page that is to be displayed in the thickbox.

 <a href="thickbox_page.html?KeepThis=true&TB_iframe=true" class="thickbox" id="thickbox_link">Thickbox example</a>

I have set the height and width parameters in the thickbox.js file itself. Similarly, can I set the other parameters also in the js file. For example, can I set TB_iframe=true in the js file, so that I need not pass the parameter in the url?

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

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

发布评论

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

评论(1

黑白记忆 2024-11-10 15:04:13

是的。您已经对宽度和高度做到了这一点。 TB_iframe 和宽度或高度一样都是一个参数,那么为什么不能呢?

Yes. You already did that with widht and height. The TB_iframe is a parameter as well as width or height is, so why you couldn't?

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