|
@@ -33,6 +33,7 @@ jQuery.fn.liveFilter = function(list, options) {
|
|
if (filter.length > 0) {
|
|
if (filter.length > 0) {
|
|
$list.find(options.hide).hide();
|
|
$list.find(options.hide).hide();
|
|
} else {
|
|
} else {
|
|
|
|
+ // TODO: remember original state and set back to that
|
|
$list.find(options.hide).show();
|
|
$list.find(options.hide).show();
|
|
}
|
|
}
|
|
var li, innerText;
|
|
var li, innerText;
|