/simple-filters

Easily create a list of filtered items

Primary LanguageJavaScript

Simple Filters

How to use:

<!-- Create a select with the attributes "data-filter" and "data-target" --!>
<select data-filter data-target=".filters">...</select>

<!-- Create the target element where the filtered items will go --!>
<div class="filters"></div>