Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/travishorn/jquery-filterlist

Uses an input box to filter an unordered list in real-time.
https://github.com/travishorn/jquery-filterlist

Last synced: 28 days ago
JSON representation

Uses an input box to filter an unordered list in real-time.

Awesome Lists containing this project

README

        

# filterList
[![Build Status](https://api.travis-ci.org/travishorn/jquery-filterList.png)](https://travis-ci.org/travishorn/jquery-filterList)

## Description
Uses an input box to filter an unordered list in real-time.

## Required HTML



  • Item A

  • Item B

  • Item C


## Required JavaScript
$('#filter').filterList();

## Links
* [Online Demo](http://jsfiddle.net/x5KSQ/)