Author: Benjamin Delespierre [email protected]
Quick and easy implementation of list filtering based on user input. demo
$('#list').quickFilter(options);
- [string] handle: The jQuery selector of the handle input
- [callback] callback: The callback to call once filtering is done
- [boolean] caseSensitive: The filtering become case sensitive or not