Skip to content

sinky/jquery.filterChildren.js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

jquery.filterChildren.js

Prepends an input field to an element, witch allows live-filtering of children by text.

Demo

http://jsfiddle.net/sinky/S8rB7/

Usage

var defaults = {
  childSelector: "> *" // only direct Children
};


$('ul').filterChildren();
$('table').filterChildren({
  childSelector: 'tr'
});

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published