All Projects → rmm5t → Jquery Sieve

rmm5t / Jquery Sieve

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

Projects that are alternatives of or similar to Jquery Sieve

Jquery Searchable
Tiny, fast jQuery plugin to search through elements as you type.
Stars: ✭ 142 (-5.33%)
Mutual labels:  filter, jquery
Chat Realtime
Public & Private message. MySQL & Firebase.
Stars: ✭ 147 (-2%)
Mutual labels:  jquery
Funiture
慕课网课程推荐 Java并发编程与高并发解决方案:http://coding.imooc.com/class/195.html Java开发企业级权限管理系统:http://coding.imooc.com/class/149.html github: https://github.com/kanwangzjm/funiture, spring项目,权限管理、系统监控、定时任务动态调整、qps限制、sql监控(邮件)、验证码服务、短链接服务、动态配置等
Stars: ✭ 1,786 (+1090.67%)
Mutual labels:  jquery
Jquery.ime
jQuery based input methods library
Stars: ✭ 145 (-3.33%)
Mutual labels:  jquery
Jquery I18next
i18next plugin for jquery usage
Stars: ✭ 143 (-4.67%)
Mutual labels:  jquery
Zlimageeditor
A powerful image editor framework. Supports graffiti, cropping, mosaic, text stickers, image stickers, filters.
Stars: ✭ 148 (-1.33%)
Mutual labels:  filter
Frontenddaily
前端开发博客,分享互联网最精彩的前端技术,欢迎关注我微信公众号:前端开发博客,回复 1024,领取前端进阶资料包,回复 加群,与大神一起交流学习。
Stars: ✭ 1,901 (+1167.33%)
Mutual labels:  jquery
Jquery.initialize
jQuery plugin for dynamically created elements initialization (it was nice few years ago, in 2019+ consider react or sth instead of jQuery)
Stars: ✭ 150 (+0%)
Mutual labels:  jquery
Modoboa
Mail hosting made simple
Stars: ✭ 1,998 (+1232%)
Mutual labels:  jquery
Image Select
Image Select is an extension of Chosen, a jQuery plugin that makes long, unwieldy select boxes much more user-friendly. It provides image support for Single and Multi select HTML tags.
Stars: ✭ 145 (-3.33%)
Mutual labels:  jquery
Card
💳 make your credit card form better in one line of code
Stars: ✭ 11,365 (+7476.67%)
Mutual labels:  jquery
Simpleicvemoochelper
一个低风险的职教云网课兼考试助手 - 油猴子脚本( 支持MOOC学院, 职教云,智慧职教资源库平台 )
Stars: ✭ 146 (-2.67%)
Mutual labels:  jquery
Jquery jeditable
jQuery edit in place plugin. Extendable via plugin architecture. Plugins for plugin. Really.
Stars: ✭ 1,756 (+1070.67%)
Mutual labels:  jquery
Logosdistort
Uses matrix3d perspective distortions to create 3d scenes in the browser. Inspired by HelloMonday
Stars: ✭ 142 (-5.33%)
Mutual labels:  jquery
Jquery.serializeobject
Encode a set of form elements as a JSON object for manipulation/submission.
Stars: ✭ 149 (-0.67%)
Mutual labels:  jquery
Convform
A jQuery plugin that transforms a form into an interactive chat.
Stars: ✭ 141 (-6%)
Mutual labels:  jquery
Rateit.js
Rating plugin for jQuery. Fast, Progressive enhancement, touch support, icon-font support, highly customizable, unobtrusive JavaScript (using HTML5 data-* attributes), RTL support, supports as many stars as you'd like, and also any step size.
Stars: ✭ 146 (-2.67%)
Mutual labels:  jquery
Laravel Api Handler
Package providing helper functions for a Laravel REST-API
Stars: ✭ 150 (+0%)
Mutual labels:  filter
Vscode Powertools
A swiss army knife with lots of tools, extensions and (scriptable) enhancements for Visual Studio Code.
Stars: ✭ 150 (+0%)
Mutual labels:  jquery
Zebra dialog
A small, compact, and highly configurable jQuery plugin for creating beautiful modal dialog boxes
Stars: ✭ 147 (-2%)
Mutual labels:  jquery

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].