Jquery 的 ThickBox:使用 GET 参数打开 iframe
我尝试了各种组合,如何在thickbox中打开一个包含获取参数的页面? 例如:
<a href="http://www.google.com?q=someQuery&TB_iframe=true&height=600&width=600" title"bla" class="thickbox">example 1</a?
另外,在 Firefox 扩展中使用 Thickbox 时是否需要考虑任何特殊事项?
I tried all sorts of combinations, how can I open a page in thickbox that has get parameters in it? for example:
<a href="http://www.google.com?q=someQuery&TB_iframe=true&height=600&width=600" title"bla" class="thickbox">example 1</a?
Also, are there any special things to consider while working with thickbox in a firefox extension?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
顺便说一句,如果您查看文档,附加值应该位于厚盒参数之前,例如
BTW if you look at the documentation additional values should be before the thickbox parameters, e.g.
看看thickbox的来源。 一开始的选择器是否与您的链接匹配,例如
以下示例对我来说效果很好:
Look at the source of thickbox. Does the selector in the very begining match your links, something like
The following example works fine for me: