在模态中加载 HTML 页面
我正在使用 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这是一个糟糕的修复,但只需复制 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.