{"id":19345593,"url":"https://github.com/future-team/jq-multi-select-search","last_synced_at":"2026-06-15T21:32:14.811Z","repository":{"id":70589140,"uuid":"63118768","full_name":"future-team/jq-multi-select-search","owner":"future-team","description":"jquery 搜索框  ，模糊搜索，多项选择","archived":false,"fork":false,"pushed_at":"2016-08-01T07:09:16.000Z","size":186,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-02-24T09:33:29.947Z","etag":null,"topics":[],"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/future-team.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-07-12T02:16:56.000Z","updated_at":"2018-03-21T12:41:07.000Z","dependencies_parsed_at":null,"dependency_job_id":"4175ce7b-92cb-4de0-a34c-7a180beb79ae","html_url":"https://github.com/future-team/jq-multi-select-search","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/future-team/jq-multi-select-search","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/future-team%2Fjq-multi-select-search","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/future-team%2Fjq-multi-select-search/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/future-team%2Fjq-multi-select-search/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/future-team%2Fjq-multi-select-search/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/future-team","download_url":"https://codeload.github.com/future-team/jq-multi-select-search/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/future-team%2Fjq-multi-select-search/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34381759,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-15T02:00:07.085Z","response_time":63,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":[],"created_at":"2024-11-10T04:07:23.420Z","updated_at":"2026-06-15T21:32:14.792Z","avatar_url":"https://github.com/future-team.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# jq-multi-select-search\n\njquery搜索框，模糊搜索，多项搜索\n\n\n## 使用\n\n```\nlet options = {\n\t\n\ttype: 'both', //only_select:只能选择输入，only_input:只能键入(并用分号分隔)，both：两者皆可\n    \n    maxWordSize: null, //设置词条最大数目\n\n    isFirstLoad: false, //ture: 键入前加载，false：边键入边异步加载\n\n    isLoadAll: true, //在isFirstLoad=false的,isLoadAll才起作用， ture: 空白默认加载所有，false：只有键入值才显示提示\n\n    placeholder: null, //占位\n\n    allLoadUrl: './data/data.json', //url,直接load所有\n\n    someLoadUrl: '', //url,筛选\n\n    inputMaxSize: 20, //单次输入最大长度\n\n    afterDisable: true, //选择后不可以再选择\n\t\n};\n\n```\n\n使用实例：\n\njs\n\n```\n\timport { MultiSearch } from '../../src/index.js';\n\n\t(()=\u003e{\n\t   new MultiSearch({\n\t      type: \"both\",\n\t      placeholder: \"input\",\n\t      maxWordSize: 4\n\t   });\n\t})();\n\n```\nhtml\n\n```\n\t\u003cdiv id=\"root\" style=\"padding: 10px;height:500px\"\u003e\n\t\t\u003cdiv class=\"multi-select-search\"\u003e\u003c/div\u003e\n\n\t\u003c/div\u003e\n\n```\n\n## Command\n\n```\n\t#测试\t\n\tnpm run test\t\n\t#打包\t\n\tnpm run build\t\n\t#例子演示\t\n\tnpm run demo\t\n```\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffuture-team%2Fjq-multi-select-search","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffuture-team%2Fjq-multi-select-search","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffuture-team%2Fjq-multi-select-search/lists"}