我正在动态加载photoswipe画廊的内容。前5个图像URL从页面加载的数据库加载,并按照应有的方式工作。
我的代码如下:
<script type="text/javascript">
setInterval(function() {
$("#vbar").load(location.href+" #vbar>*","");
}, 10000);
</script>
我得到了这个建议:Photoswipe same source code but output not working。但它没有用。