*用 jsfiddle 编辑* ---- jQuery Isotope - 强制位置
是否可以强制打开的 jQuery 同位素 div 在所有其他同位素 div 之上打开,迫使它们向下打开 - 所以即使一个框位于底部,一旦单击它也会跳到顶部?
目前它看起来很随机 - 有些跳下一行,有些移到右侧,等等。我想做的是,一旦单击一个 div,它就会跳到左上角并接管整行,而其他未单击的 div 都跳到下面的行。
Is it possible to force opened jQuery Isotope divs to open above all the other ones forcing them down - so even if a box is at the bottom it will jump to the top once clicked on?
At the moment it looks quite random - some jump down a line, some move over to the right, etc. What I am trying to do is once a div is clicked on it jumps up to the top left and takes over the whole line while the other unclicked divs all jump down to the line below.
The jsFiddle link is http://jsfiddle.net/djsbaker/gPuD9/
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以使用排序和
updateSortData
来移动新的单击项目到集合的“顶部”。这是用于此演示的技术: http://jsfiddle.net/desandro/S5vAG/2 /光/You can use sorting and
updateSortData
to move the newly clicked item to the 'top' of the collection. This is the technique used for this demo: http://jsfiddle.net/desandro/S5vAG/2/light/