{"id":17412910,"url":"https://github.com/rmm5t/jquery-sieve","last_synced_at":"2025-04-15T10:31:20.751Z","repository":{"id":7105809,"uuid":"8398488","full_name":"rmm5t/jquery-sieve","owner":"rmm5t","description":":potable_water: Sieve is a jQuery plugin allows you to quickly add an interactive search filter to any block of content.","archived":false,"fork":false,"pushed_at":"2020-06-17T02:18:12.000Z","size":86,"stargazers_count":153,"open_issues_count":1,"forks_count":23,"subscribers_count":16,"default_branch":"master","last_synced_at":"2025-04-15T00:51:50.476Z","etag":null,"topics":["filter","jquery","sieve"],"latest_commit_sha":null,"homepage":"http://rmm5t.github.io/jquery-sieve/","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rmm5t.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE-MIT","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null},"funding":{"github":["rmm5t"],"custom":"https://www.paypal.me/rmm5t/5"}},"created_at":"2013-02-24T23:13:04.000Z","updated_at":"2024-08-09T19:51:36.000Z","dependencies_parsed_at":"2022-09-05T13:41:31.491Z","dependency_job_id":null,"html_url":"https://github.com/rmm5t/jquery-sieve","commit_stats":null,"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rmm5t%2Fjquery-sieve","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rmm5t%2Fjquery-sieve/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rmm5t%2Fjquery-sieve/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rmm5t%2Fjquery-sieve/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rmm5t","download_url":"https://codeload.github.com/rmm5t/jquery-sieve/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249051586,"owners_count":21204852,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["filter","jquery","sieve"],"created_at":"2024-10-17T00:52:57.169Z","updated_at":"2025-04-15T10:31:20.722Z","avatar_url":"https://github.com/rmm5t.png","language":"HTML","funding_links":["https://github.com/sponsors/rmm5t","https://www.paypal.me/rmm5t/5"],"categories":[],"sub_categories":[],"readme":"# Sieve jQuery Plugin\n\nSieve allows you to quickly add an interactive search filter to any block of content.\n\n[**View the Demo**](http://rmm5t.github.io/jquery-sieve/)\n\n## Usage\n\nIn the simplest case, you can add a search filter to any table. By default,\nthis example will filter all rows in the `\u003ctbody\u003e` section of a `\u003ctable\nclass=\"sieve\"\u003e`.\n\n```javascript\n$(document).ready(function() {\n  $(\"table.sieve\").sieve();\n});\n```\n\nTo filter a list of paragraphs, override the `itemSelector` option. This\nexample will filter all `\u003cp\u003e` elements within the `\u003csection class=\"sieve\"\u003e`\ncontainer.\n\n```javascript\n$(document).ready(function() {\n  $(\"section.sieve\").sieve({ itemSelector: \"p\" });\n});\n```\n\nIn either case, Sieve will insert a search box before the content container and act as an interactive search filter for the content.\n\n## Contributing\n\nSee the [**contributing guidelines**](CONTRIBUTING.md).\n\n## Author\n\n[Ryan McGeary](http://ryan.mcgeary.org) ([@rmm5t](http://twitter.com/rmm5t))\n\n## License\n\n[MIT License](https://rmm5t.mit-license.org/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frmm5t%2Fjquery-sieve","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frmm5t%2Fjquery-sieve","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frmm5t%2Fjquery-sieve/lists"}