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?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?