gpt4 book ai didi

javascript - jquery:正确初始化 masonry 插件?

转载 作者:行者123 更新时间:2023-12-03 03:28:39 24 4
gpt4 key购买 nike

我想使用 masonry plugin by Dave DeSandro用于 build 站点。第一步,为了了解它是如何工作的,我尝试在 masonry 页面 this one. 上重新创建一个演示。

不幸的是,重新创建它不起作用,div 的布局没有按预期工作。但我不明白为什么,这是我尝试重新创建演示所显示内容的 jsfiddle:

https://jsfiddle.net/johschmoll/L1L2kgkz/2/

有人可以向我指出错误吗?我相信这与我没有使用 jquery 正确初始化插件有关?

我正在尝试初始化该插件,就像 the documentation of the demo 中提到的那样:

$('.grid').masonry({
// set itemSelector so .grid-sizer is not used in layout
itemSelector: '.grid-item',
// use element for option
columnWidth: '.grid-sizer',
percentPosition: true
})

更新:

我有点困惑,现在在 codepen 上重新创建它效果非常好 https://codepen.io/anon/pen/JrjmRa

最佳答案

你必须首先加载jquery,然后加载masnry插件。请参阅此处的更新 jsfiddle

<script type="text/javascript" src="https://code.jquery.com/jquery-3.2.1.min.js"></script>
<script type="text/javascript" src="https://masonry.desandro.com/masonry.pkgd.js"></script>

关于javascript - jquery:正确初始化 masonry 插件?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/46192360/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com