带有 iframe 的 jQuery Thickbox - 最初可以设置参数 TB_iframe=true 吗?
我正在使用 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
是的。您已经对宽度和高度做到了这一点。 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?