Mootools 过滤器插件
may be you can help me:
Please check this demo: Plugin demo
Plugin description: Plugin description
How can I show only matching items at the top of the list and hide not matching during input typing?
Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
当然,您可以使用 onShow 和 onHide 处理程序来完成此操作。
看这里:http://jsfiddle.net/ypfPY/3/
坦白说,我遇到了一套ElementFilter 源中的错误(显示所有项目时首先检索“显示”和 false 而不是 true 的 matchOverride 的错误),因此,您最好从这里获取源:
You can do it using onShow and onHide handlers, of course.
See here: http://jsfiddle.net/ypfPY/3/
Frankly speaking, I encountered a set of bugs in ElementFilter source (bug on firstly retrieving "showing" and false instead of true for matchOverride when showing all items), so, you better get source from here: