Hi,
i got some li's that i'd like to sort and search through using jquery.
I've found http://plugins.jquery.com/project/TinySort to sort things and http://stackoverflow.com/questions/1428645/search-through-a-big-list-fast-with-jquery to search through the li's.
Is there a good plugin that can handle both things (search+sort) or is the way to go to combine to two solutions in the links above?
edit: in short, i'm searching for something like this http://www.datatables.net/, but instead of a table it should work on a ul with li's
Thanks!