jquery-sieve

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

Github星跟踪图

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

主要指标

概览
名称与所有者rmm5t/jquery-sieve
主编程语言HTML
编程语言CoffeeScript (语言数: 3)
平台
许可证MIT License
所有者活动
创建于2013-02-24 23:13:04
推送于2020-06-17 02:18:12
最后一次提交2020-06-16 20:18:04
发布数9
最新版本名称v0.3.0 (发布于 )
第一版名称v0.1.0 (发布于 )
用户参与
星数154
关注者数16
派生数23
提交数79
已启用问题?
问题数15
打开的问题数1
拉请求数1
打开的拉请求数0
关闭的拉请求数1
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?