Skip to content

bliind/FancyFilter.js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FancyFilter.js

A super simple way to filter items in on a web page.

Simple Usage Example

<script>
    var ffPeople = new FancyFilter();
    ffPeople.setInputEvent('#ffInput');
    ffPeople.subjectSelector = '#people tbody tr';
    ffPeople.columnHeaderSelector = '#people thead th';
    ffPeople.resultCountOutputSelector = '#peopleCount';
    ffPeople.filter();
</script>

About

A super simple way to filter items in on a web page.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors