在流沙中实施两组过滤标准
我不太擅长调试 Jquery 插件。 在我当前的项目中,我需要实现流沙插件。 我已经做到了这一点,但是当需要根据两组过滤来过滤数据时,就会出现问题。
I am not so god at debugging Jquery plugins.
In my current project I need to implement the quicksand plugin.
I have made that working but the problem arises when the data need to be filtered in respect to two set of filtration.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
这是一个工作示例: http://www.danieltulp.nl/work/quicksand-multiple .htm
这是我找到它的线程(包括工作示例的 zip)。
我必须做同样的事情并将其集成到我的网站上。
Here is a working example: http://www.danieltulp.nl/work/quicksand-multiple.htm
And here is the thread where I found it (includes zip of working example).
I had to do the same thing an integrated it on my site.
我在示例中使用了两个过滤器。
在这里你可以找到它: http://jsfiddle.net/AVnzX/
这是我的过滤器,是过滤和排序:
I have used two filters in my example.
Here you can find it: http://jsfiddle.net/AVnzX/
This is my filter, a combination of filtering and sorting: