{"id":27549053,"url":"https://github.com/gluk-w/searhbar-js","last_synced_at":"2026-03-11T17:02:22.538Z","repository":{"id":58226720,"uuid":"79254359","full_name":"gluk-w/searhbar-js","owner":"gluk-w","description":"Search bar with filters","archived":false,"fork":false,"pushed_at":"2020-03-16T21:49:02.000Z","size":19,"stargazers_count":2,"open_issues_count":0,"forks_count":2,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-12T17:34:08.515Z","etag":null,"topics":["javascript","jquery-plugin","jquery-ui","jquery-widgets"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/gluk-w.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-01-17T17:45:51.000Z","updated_at":"2024-04-18T09:21:39.000Z","dependencies_parsed_at":"2022-08-31T03:25:12.706Z","dependency_job_id":null,"html_url":"https://github.com/gluk-w/searhbar-js","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gluk-w%2Fsearhbar-js","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gluk-w%2Fsearhbar-js/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gluk-w%2Fsearhbar-js/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gluk-w%2Fsearhbar-js/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gluk-w","download_url":"https://codeload.github.com/gluk-w/searhbar-js/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249606552,"owners_count":21298851,"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":["javascript","jquery-plugin","jquery-ui","jquery-widgets"],"created_at":"2025-04-19T04:33:49.888Z","updated_at":"2026-03-11T17:02:17.507Z","avatar_url":"https://github.com/gluk-w.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# searhbar-js\nSearch bar with filters\n\n## Usage\n\n### Create container with input box and link to toggle filters\n\n```html\n\n\u003cdiv id=\"search_bar\"\u003e\n\t\u003cinput type=\"text\" name=\"q\"/\u003e\n\u003c/div\u003e\n\n\u003ca id=\"advanced\"\u003eAdvanced\u003c/a\u003e\n\n```\n\n### Create container for filters\n\n```html\n\n\u003cdiv id=\"search_filters\"\u003e\n\t\u003clabel\u003eYear: \u003cinput type=\"text\" name=\"year\"\u003e\u003c/label\u003e\n\t\u003clabel\u003eMonth: \u003cinput type=\"text\" name=\"month\"\u003e\u003c/label\u003e\n\u003c/div\u003e\n\n```\n\n### Include JS and CSS\n\n```html\n\n\u003clink rel=\"stylesheet\" href=\"searhbar.css\"/\u003e\n\u003cscript type=\"text/javascript\" src=\"searchbar.js\"\u003e\u003c/script\u003e\n\u003cscript type=\"text/javascript\"\u003e\n\tjQuery(function($) {\n\t\t$('#search_bar').searchbar({\n\t\t\t'filters_container': '#search_filters',\n\t\t\t'filters_link': '#advanced'\n\t\t});\n\t});\n\u003c/script\u003e\n\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgluk-w%2Fsearhbar-js","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgluk-w%2Fsearhbar-js","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgluk-w%2Fsearhbar-js/lists"}