在模态中加载 HTML 页面

发布于 2024-12-06 15:21:14 字数 802 浏览 0 评论 0原文

我正在使用 simpleModal 在我的网站上显示图片滑块。人们按下一个按钮,模态就会弹出,其中包含图片滑块。问题是我在页面下方有另一个图片滑块。图片滑块只能在页面上使用一次。因此,如果我放入模式,其下方的图片滑块将停止工作。因此,我制作了一个 HTML 文档,其中页面上只有图片滑块。我该如何在模态窗口中加载该 HTML 文档?

我使用 simpleModal 作为模态
我正在使用 nivo-slider 作为图片滑块,

请查看 < a href="http://ultimatemmo.webege.com/ultimate.html" rel="nofollow">此图片滑块页面。 <-- 这是带有滑块的模式将进入的页面。
是我想要在模式中加载的页面。

请在此处查看模态框内滑块的示例。

所以是的,我做这一切的原因是因为 nivo-slider 不会在一页上工作两次。所以基本上我正在寻找一种解决方法,这就是我的想法,但我不知道该怎么做。

I'm using simpleModal to display a picture slider on my website. The person would hit a button and the modal would pop up with the picture slider inside it. The problem is that I have another picture slider lower on the page. The picture slider only works once on a page. So if I put in the modal, the picture slider below it stops working. So, I made an HTML document that has just the picture slider on the page. How would I go about loading that HTML document inside the Modal window??

I'm using simpleModal for the modal
I'm using nivo-slider for the picture slider

Look on this page for the picture slider. <-- That is the page that the modal with the slider in it will go in.
This is the page I want to load inside the modal.

Look here for an example of the slider inside the modal.

So yeah, the reason I'm doing all this is because nivo-slider won't work twice on one page. So basically I'm looking for a workaround and this is what I thought of, but I don't know how to do it.

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

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

发布评论

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

评论(1

沧桑㈠ 2024-12-13 15:21:14

这是一个糟糕的修复,但只需复制 nivo 的 js 并重命名该函数即可。然后将该版本的滑块应用到您的模态中。

this is a shitty fix, but just copy the js for nivo and rename the function. then apply that version of the slider to your modal.

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