哪位懂jquery PhotoSwipe 的大神帮帮忙
答案:1 悬赏:60 手机版
解决时间 2021-01-07 14:06
- 提问者网友:謫仙
- 2021-01-07 02:47
哪位懂jquery PhotoSwipe 的大神帮帮忙
最佳答案
- 五星知识达人网友:渡鹤影
- 2021-01-07 03:57
Parse URL and open gallery if it contains #&pid=3&gid=1
var hashData = photoswipeParseHash();
if (hashData.pid && hashData.gid) {
openPhotoSwipe(hashData.pid, galleryElements[hashData.gid - 1],
true, true);
}
};
initPhotoSwipeFromDOM('.demo-gallery');
})();
var hashData = photoswipeParseHash();
if (hashData.pid && hashData.gid) {
openPhotoSwipe(hashData.pid, galleryElements[hashData.gid - 1],
true, true);
}
};
initPhotoSwipeFromDOM('.demo-gallery');
})();
我要举报
如以上问答信息为低俗、色情、不良、暴力、侵权、涉及违法等信息,可以点下面链接进行举报!
大家都在看
推荐资讯