Skip to content

jonathantneal/jquery-filterlist

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

jQuery Filter List

The jQuery Filter List plugin displays active input values in a list.

Usage

Call .filterlist() on any element.

$('.some-container-or-containers').filterlist();

This will read and copy every descendant .filterlist-input value into any descendant .filterlist-filters containers as list items (.filterlist-item) in an unorganized list (.filterlist-list).

Features

Items may be removed from the list (and unselected from their corresponding input) by either clicking the delete button or by pressing enter when the delete button is focused.

Delete buttons may be navigated between with keyboard controls.

Compatibility

Tested functionally in Chrome 31, Firefox 25, Safari 7, iOS 7 Safari, and Internet Explorer 8+.

Tested functionally alongside Bootstrap and bootstrap-select.

About

Displays the active input values in a list.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published