*用 jsfiddle 编辑* ---- jQuery Isotope - 强制位置

发布于 2024-12-01 08:55:38 字数 348 浏览 1 评论 0原文

是否可以强制打开的 jQuery 同位素 div 在所有其他同位素 div 之上打开,迫使它们向下打开 - 所以即使一个框位于底部,一旦单击它也会跳到顶部?

目前它看起来很随机 - 有些跳下一行,有些移到右侧,等等。我想做的是,一旦单击一个 div,它就会跳到左上角并接管整行,而其他未单击的 div 都跳到下面的行。

jsFiddle 链接是 http://jsfiddle.net/djsbaker/gPuD9/

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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

乙白 2024-12-08 08:55:38

您可以使用排序和 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/

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文