All Projects → cheeaun → Jquery.livefilter

cheeaun / Jquery.livefilter

Slightly advanced live filtering jQuery plugin

Programming Languages

javascript
184084 projects - #8 most used programming language

jQuery.liveFilter

About

A jQuery plugin to filter a list of data or elements. A fork of Mike Merritt's older version of jQuery.liveFilter plugin. I remember the script wasn't on GitHub last time when I fork it.

Demo

http://cheeaun.github.com/jquery.livefilter/

Documentation

Syntax

$(selector).liveFilter(input element, element to be filtered, options);

Options

  • filterChildSelector - ( string, optional) A string indicating the selector of the elements to be matched and filtered.
  • filter(function(element, value)) - ( function, optional) Executed for filtering the elements based on the input field value.
  • before() - ( function, optional) Executed before data or elements are filtered.
  • after() - ( function, optional) Executed after data or elements are filtered.

License

This script is under copyright of Mike Merritt.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].