Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个包含图像的 URL 和描述的数据库。我想以类似于Pinterest的形式排列它们。我还想拥有“获取图钉”的功能(当滚动条位于底部时,图片加载)并添加描述并保存它。
我怎么能做到这一点?任何理论想法或教程都会有很大帮助。
查看 jQuery Masonry 插件 和 Isotope 插件
您可以在 www.maxmedia.com 找到一个很好的 Jquery 和 Masonry 插件示例。我已经为 TYPO3 编写了一个版本(使用 Masonry)。它基本上是一种装箱算法或树图算法,它添加到垂直列和水平行中的 DOM 排序。