instafilter.js Example

A tiny open source Vanilla JavaScript library to add filtering and fuzzy-searching functionality to your long lists, as the user types.

Search the Garden

This is a "fuzzy search" -- you can type nonconsecutive characters, and as long as those letters appear in the result from left to right, it will match.

Try these: co, oo, clf, cc

Note that you specify a selector indicating which element should be examined during the search. All other content in the matching item is ignored. So, a search for 'text' or 'href' or 'example.com' finds nothing.