如何查看当前页面是否已加载到 ThickBox 中?
我正在使用 ThickBox 作为灯箱,我需要检查当前页面是否存在于 TB 中。我怎样才能用 jQuery 做到这一点?
I'm using ThickBox for a lightbox and I need to check if the current page exists within a TB or not. How can I do this with jQuery?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
想必您的装箱页面可以检查容器。在演示站点上,容器的 ID 为
TB_window
。因此,在该示例中,您可以执行以下操作:注意:如果这样做的目的是将不同的样式应用于装箱内容,则可以通过将该 ID 添加到 CSS 选择器,仅使用常规 CSS 来实现此目的:
Presumably your boxed page could check for a container. On the demo site, the container has the id
TB_window
. So in that example, you could do something like this:Note: if the point of this is to apply different styles to the boxed content, you can do that with just regular CSS by adding that ID to the CSS selector: