Skip to content

Rufus125/jquery.livefilter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

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.

About

Slightly advanced live filtering jQuery plugin

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%