同位素 - 砖石 jquery 过滤

发布于 2024-12-24 03:16:47 字数 357 浏览 2 评论 0原文

有人可以帮助我理解我做错了什么吗? 我正在使用 isotope jquery 插件,除了过滤之外,一切正常。

我在这里重现了问题 --> http://jsfiddle.net/AxCCT/

这看起来很简单,我显然错过了这里显而易见的东西。

我已按照此处的说明操作 http://isotope.metafizzy.co/docs/filtering.html

Can someone please help me to understand what Am I doing wrong ?
I am using the isotope jquery plugin , all works ok, except filtering ..

I reproduced the problem here --> http://jsfiddle.net/AxCCT/

this looks pretty straight forward , I am obviously missing the obvious here .

I have followed the instructions here http://isotope.metafizzy.co/docs/filtering.html

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

初吻给了烟 2024-12-31 03:16:47

进展!

我改变了很多东西,现在可以正常工作了。它会排序,然后立即恢复(可能是 jsFiddle 的东西?尝试将其加载到您的页面中,看看会发生什么)

我现在正在做一个同位素项目,我正在使用:

$(document).ready(function() {
    // initialize isotope
});

我尝试在小提琴,但由于某种原因它不喜欢它。

编辑:下面的工作解决方案,感谢 @jaychapani 指出 HTML 错误。

Progress!

I changed a lot of stuff and it is sort of working now. It sorts and then immediately snaps back (might be a jsFiddle thing? Try loading this into your page and see what happens)

I'm doing an Isotope project right now at the moment and I'm using:

$(document).ready(function() {
    // initialize isotope
});

I tried to use that in the Fiddle but it didn't like it for some reason.

Edit: working solution below, thanks to @jaychapani for pointing out the HTML error.

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