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.
当文件在 Masonry 中准备好时,有谁知道如何将第一个框设置为展开状态?
http://jsfiddle.net/vDGTC/
也很高兴知道如何为某些框设置动画,而不是向下似乎是默认设置。我需要将此应用到框的底行,以便所有框的总暗度 - 或布局容器 - 无论扩展什么都保持不变。
非常感谢,这是一个地狱般的插件!
您可以将其添加到脚本的底部:
$('.expandable:first').click();
设置完所有内容后,我们基本上只是在第一个元素上执行点击事件。
http://jsfiddle.net/ufomammut66/xHvvT/1/