在弹出窗口中显示页面,如 JQuery Slimbox2 中的图像
我想在弹出窗口中开发图像,因此我使用了 JQuery slimbox 库。这工作正常。
现在,我想在弹出窗口中显示页面而不是图像。例如,我将显示 Google 的缩略图,当用户单击它时,然后在弹出窗口中显示 Google 页面而不是大图像。
我怎样才能存档这个?
I want develop to images in popup therefore I used JQuery slimbox library. This is working fine.
Now, I want to show page in popup instead of image. E.g. I will show a thumbnail image of Google and when user clicks on it, then show Google page in popup instead of big image.
How can I archive this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
尝试使用 fancybox,它可以像这样加载原始 html
但是我用它来加载来自我的域的页面而不是第三方页面。
当然,重定向到 Google 应该在 HTML 中处理。
try to use fancybox, it can load raw html like this
However i've used it to load pages from my domain and not 3rd parties pages.
Ofcourse redirection to Google should be handled in that HTML.