jQuery KUSearch
von Moritur am 20. December 2011
jQuery KUSearch enables the user to filter a set of elements (mainly lists) with a simple input field.
Download:
https://github.com/Sopamo/jQuery-KUSearch/zipball/master
Github:
https://github.com/Sopamo/jQuery-KUSearch
Demo:
- Foo
- Bar
- Baz
- Asd
Code:
1 2 3 |
$(function() { $("#search").kusearch({data:"#data",find:"li"}); }); |
1 2 3 4 5 6 |
<input id="search" type="text" /> <ul id="data"> <li>Foo</li> <li>Bar</li> <li>Baz</li> </ul> |
Was meinst du dazu?