jquery-sieve

:potable_water: Sieve is a jQuery plugin allows you to quickly add an interactive search filter to any block of content.

Github stars Tracking Chart

Sieve jQuery Plugin

Sieve allows you to quickly add an interactive search filter to any block of content.

View the Demo

Usage

In the simplest case, you can add a search filter to any table. By default,
this example will filter all rows in the <tbody> section of a <table class="sieve">.

$(document).ready(function() {
  $("table.sieve").sieve();
});

To filter a list of paragraphs, override the itemSelector option. This
example will filter all <p> elements within the <section class="sieve">
container.

$(document).ready(function() {
  $("section.sieve").sieve({ itemSelector: "p" });
});

In either case, Sieve will insert a search box before the content container and act as an interactive search filter for the content.

Contributing

See the contributing guidelines.

Author

Ryan McGeary (@rmm5t)

License

MIT License

Main metrics

Overview
Name With Ownerrmm5t/jquery-sieve
Primary LanguageHTML
Program languageCoffeeScript (Language Count: 3)
Platform
License:MIT License
所有者活动
Created At2013-02-24 23:13:04
Pushed At2020-06-17 02:18:12
Last Commit At2020-06-16 20:18:04
Release Count9
Last Release Namev0.3.0 (Posted on )
First Release Namev0.1.0 (Posted on )
用户参与
Stargazers Count154
Watchers Count16
Fork Count23
Commits Count79
Has Issues Enabled
Issues Count15
Issue Open Count1
Pull Requests Count1
Pull Requests Open Count0
Pull Requests Close Count1
项目设置
Has Wiki Enabled
Is Archived
Is Fork
Is Locked
Is Mirror
Is Private