{"id":15499904,"url":"https://github.com/stefanocudini/bootstrap-list-filter","last_synced_at":"2025-08-24T13:34:11.683Z","repository":{"id":18305296,"uuid":"21482125","full_name":"stefanocudini/bootstrap-list-filter","owner":"stefanocudini","description":"Search widget to filter Bootstrap lists","archived":false,"fork":false,"pushed_at":"2023-08-11T10:12:46.000Z","size":194,"stargazers_count":99,"open_issues_count":2,"forks_count":31,"subscribers_count":10,"default_branch":"master","last_synced_at":"2025-04-09T18:17:38.766Z","etag":null,"topics":["bootstrap","bootstrap-plugin","filter"],"latest_commit_sha":null,"homepage":"https://opengeo.tech/bootstrap-list-filter/","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/stefanocudini.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2014-07-04T01:42:22.000Z","updated_at":"2024-09-03T09:24:11.000Z","dependencies_parsed_at":"2024-06-18T19:45:46.939Z","dependency_job_id":"1714af7b-4108-4a8a-9fd0-73ef309ede08","html_url":"https://github.com/stefanocudini/bootstrap-list-filter","commit_stats":{"total_commits":81,"total_committers":8,"mean_commits":10.125,"dds":0.1728395061728395,"last_synced_commit":"fa82448f65855263e9fb32f28be9ebdb004629fd"},"previous_names":[],"tags_count":27,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stefanocudini%2Fbootstrap-list-filter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stefanocudini%2Fbootstrap-list-filter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stefanocudini%2Fbootstrap-list-filter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stefanocudini%2Fbootstrap-list-filter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/stefanocudini","download_url":"https://codeload.github.com/stefanocudini/bootstrap-list-filter/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248085321,"owners_count":21045139,"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":["bootstrap","bootstrap-plugin","filter"],"created_at":"2024-10-02T08:56:26.030Z","updated_at":"2025-04-09T18:17:43.314Z","avatar_url":"https://github.com/stefanocudini.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"Bootstrap List Filter\n============\n\n[![npm version](https://badge.fury.io/js/bootstrap-list-filter.svg)](https://badge.fury.io/js/bootstrap-list-filter)\n\nSearch widget to filter Bootstrap lists\n\n**Compatible with Bootstrap 3.3.7!**\n\nAuthor: Stefano Cudini [opengeo.tech](https://opengeo.tech/)\n\n**Demo online:**\n* [Homepage](https://opengeo.tech/bootstrap-list-filter/)\n* [Static example](https://opengeo.tech/bootstrap-list-filter/examples/static.html)\n* [Ajax example](https://opengeo.tech/bootstrap-list-filter/examples/dynamic-list-search.html)\n* [Custom items example](https://opengeo.tech/bootstrap-list-filter/examples/custom-list-item.html)\n\n**Features:**\n* complete mobile responsive\n* support preloaded list\n* custom html or node html item\n* custom data format\n* prevent parallel requests\n* filter by sub elements\n* search text in case sensitive\n\n\n# Options:\n* **delay:**       millisecond before apply filter\n* **minLength:**   min string lentgh searched\n* **initial:**     search only initial text (default: true)\n* **eventKey:**    event digit (default: 'keyup')\n* **resetOnBlur:** auto reset selection\n* **sourceData:**  function generate data source(receive: text, callback)\n* **sourceTmpl:**  html template contains {title} placeholder\n* **sourceNode:**  function builder DOM html fragment (default: sourceTmpl)\n* **emptyNode:**   function builder for empty result\n* **itemEl:**      item selector (default: .list-group-item)\n* **itemChild:**   sub item selector (default: .list-group-item)\n* **itemFilter:**  function for filter results(receive: text, item)\n\n# Source\n* [Github](https://github.com/stefanocudini/bootstrap-list-filter)\n* [NPM](https://npmjs.org/package/bootstrap-list-filter)  \n\n![Image](https://raw.githubusercontent.com/stefanocudini/bootstrap-list-filter/master/images/bootstrap-list-filter.png)\n\n# Usage\n```html\n\u003cform role=\"form\"\u003e\n\t\u003cdiv class=\"form-group\"\u003e\n\t\t\u003cinput id=\"searchinput\" class=\"form-control\" type=\"search\" placeholder=\"Search...\" /\u003e\n\t\u003c/div\u003e\n\t\u003cdiv id=\"searchlist\" class=\"list-group\"\u003e\n\t\t\u003ca class=\"list-group-item\" href=\"blue.html\"\u003e\u003cspan\u003eblue\u003c/span\u003e\u003c/a\u003e\n\t\t...\n\t\u003c/div\u003e\n\u003c/form\u003e\n\u003cscript\u003e\n\t$('#searchlist').btsListFilter('#searchinput', {itemChild: 'span'});\n\u003c/script\u003e\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstefanocudini%2Fbootstrap-list-filter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstefanocudini%2Fbootstrap-list-filter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstefanocudini%2Fbootstrap-list-filter/lists"}