Skip to content

bdelespierre/jquery-quickfilter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

jQuery QuickFilter

Author: Benjamin Delespierre [email protected]

Description

Quick and easy implementation of list filtering based on user input. demo

Usage

$('#list').quickFilter(options);

Options

  • [string] handle: The jQuery selector of the handle input
  • [callback] callback: The callback to call once filtering is done
  • [boolean] caseSensitive: The filtering become case sensitive or not

About

Quick 'n dirty filtering in JavaScript using jQuery

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published