By: Spencer Neese
Version: 1.0
Requires: jQuery UI 1.7+ and jQuery 1.3.2+
Demo: http://jsfiddle.net/th3uiguy/v6wBF/
Git: https://github.com/th3uiguy/jquery-itemfilter.git
Simple text-match filter that will show/hide html elements that match the string entered by the user.
$('input#filterPhrase').itemFilter({
items: $('table>tbody>tr')
});
type: jQuery Object or Selector
default: $('>*')
type: String
default: 'Type Search Here'
type: jQuery Object or Selector
default: '.ignore'
type: Boolean
default: true
type: String
default: 'if-filtered'
type: Integer
default: 0
type: Integer
default: 200
Copyright (c) 2012, Spencer Neese https://github.com/th3uiguy/
Dual licensed under the
MIT and
GPL Version 2 licenses.