Skip to content
/ filter Public

A tiny jQuery plugin for doing filtering of a set of items based on input

Notifications You must be signed in to change notification settings

tommyp/filter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Filter

Call plugin on the input element and pass jQuery objects to the settings

$('#filter').filter({
  'container' : $('ul'), 
  'item'      : $('li'),
  'text'      : $('a')
});

Container = your element that contains the things you want to filter Item = the elements you want to show/hide Text = the element inside your Item that you want to search

About

A tiny jQuery plugin for doing filtering of a set of items based on input

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published