Skip to content

Simple text-match filter that will show/hide html elements that match the string entered by the user.

License

GPL-2.0, MIT licenses found

Licenses found

GPL-2.0
GPL-LICENSE.txt
MIT
MIT-LICENSE.txt
Notifications You must be signed in to change notification settings

th3uiguy/jquery-itemfilter

Repository files navigation

jQuery Item Filter

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

Description

Simple text-match filter that will show/hide html elements that match the string entered by the user.

Example

$('input#filterPhrase').itemFilter({
	items: $('table>tbody>tr')
});

Options

items

type: jQuery Object or Selector
default: $('>*')

placeholder

type: String
default: 'Type Search Here'

ignore

type: jQuery Object or Selector
default: '.ignore'

showClear

type: Boolean
default: true

filterClass

type: String
default: 'if-filtered'

minLength

type: Integer
default: 0

delay

type: Integer
default: 200



Copyright (c) 2012, Spencer Neese https://github.com/th3uiguy/
Dual licensed under the MIT and GPL Version 2 licenses.

About

Simple text-match filter that will show/hide html elements that match the string entered by the user.

Resources

License

GPL-2.0, MIT licenses found

Licenses found

GPL-2.0
GPL-LICENSE.txt
MIT
MIT-LICENSE.txt

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published