我有这个问题。
我正在使用 Grid.js ( http://tympanus.net/codrops/2013/03/19/thumbnail-grid-with-expanding-preview/ )
现在我想在 dropout 中添加一个带有多个缩略图的灯箱。
Grid.js 有一个功能,它将所有内容放入 dropout,所以我想我可以使用这个功能。
this.$href = $('<div class="image-row"><div class="image-set"><a class="example-image-link" href="img/demopage/image-3.jpg" data-lightbox="example-set" title="Click on the right side of the image to move forward."></div>');
我缩短了代码,它很长(我承认不是很漂亮),现在它显示在 dropout 上,但我需要为每个 Dropout 提供一组新图像。
有什么方法可以从 HTML 中获取 href="" 数据吗?还是另一种更实用的方法?
我承认我对 JavaScript 完全一无所知......我希望有人能帮助我!提前致谢