动态加载photoswipe的内容

时间:2014-02-07 14:14:35

标签: javascript php jquery image photoswipe

我正在动态加载photoswipe画廊的内容。前5个图像URL从页面加载的数据库加载,并按照应有的方式工作。

问题


  • 我点击其中一个链接,使用列表中的5个图片打开了Photoswipe。
  • 我的代码用新的5张图片更新列表。
  • Photoswipe不会更新图片galery。

我的代码如下:

<script type="text/javascript">
    setInterval(function() {
        $("#vbar").load(location.href+" #vbar>*","");
    }, 10000);
</script>

我得到了这个建议:Photoswipe same source code but output not working。但它没有用。

Here is the live page

0 个答案:

没有答案