{"id":20977310,"url":"https://github.com/2degrees/jquery.selectmore","last_synced_at":"2026-04-27T00:31:28.211Z","repository":{"id":3306499,"uuid":"4348597","full_name":"2degrees/jquery.selectmore","owner":"2degrees","description":"Replace select multiples with a widget which allows quick search","archived":false,"fork":false,"pushed_at":"2014-07-14T15:20:20.000Z","size":204,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":10,"default_branch":"master","last_synced_at":"2026-01-02T07:19:33.661Z","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":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/2degrees.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2012-05-16T15:35:18.000Z","updated_at":"2014-07-04T14:27:01.000Z","dependencies_parsed_at":"2022-09-04T01:10:54.246Z","dependency_job_id":null,"html_url":"https://github.com/2degrees/jquery.selectmore","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/2degrees/jquery.selectmore","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/2degrees%2Fjquery.selectmore","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/2degrees%2Fjquery.selectmore/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/2degrees%2Fjquery.selectmore/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/2degrees%2Fjquery.selectmore/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/2degrees","download_url":"https://codeload.github.com/2degrees/jquery.selectmore/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/2degrees%2Fjquery.selectmore/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32318417,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-26T23:26:28.701Z","status":"ssl_error","status_checked_at":"2026-04-26T23:26:25.802Z","response_time":129,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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-19T04:58:16.966Z","updated_at":"2026-04-27T00:31:28.197Z","avatar_url":"https://github.com/2degrees.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# jQuery.selectmore\n\nFed-up with the poor usability of the native HTML select mutiple element? If so, use **jQuery.selectmore** and allow users to quickly search for multiple without using the `[Ctrl]` or `[Cmd]` key!\n\n## Dependencies\n\n* jQuery 1.7.2+\n* jQuery UI 1.8.20+\n  * jquery.ui.core.js\n  * jquery.ui.widget.js\n  * jquery.ui.autocomplete.js\n\n*NB: An older version of jQuery UI might work (no testing done). However, jQuery 1.7.0 will be required due to the new event based syntax.*\n\n## Usage\n\nInclude the plugin-script along with the jQuery and the required jQuery UI dependencies (see above), e.g.\n\n```html\n\u003cscript src=\"lib/jquery-1.7.2.min.js\"\u003e\u003c/script\u003e\n\u003cscript src=\"lib/jquery-ui-1.8.20.custom.min.js\"\u003e\u003c/script\u003e\n\u003cscript src=\"jquery.selectmore.js\"\u003e\u003c/script\u003e\n```\n\nThen inside a javascript file (or inline in a script tag), call the ``selectmore()`` method on the wrapped set you wish to update, e.g.\n\n```javascript\n$('select[multiple]').selectmore();\n```\n\n### AMD\n\nAlternatively you can include the module with require.js or similar:\n\n``` javascript\nrequire(['jquery', 'jquery.selectmore'], function ($) {\n  $(function () {\n    $('select[multiple]').selectmore();\n  });\n});\n```\n\n*NB* This relies on jQuery UI being available under the name 'jquery.ui'.\n\n\n## Supported browsers\n\n* Internet Explorer 6+\n* Firefox 12.0 on Ubuntu 11.10, OS X Lion 10.7.3\n* Chromium 18.0.1025.168 on Ubuntu 11.10\n* Chrome 18.0.1025.168 on OS X Lion 10.7.3\n* Safari 5.1.5 (7534.55.3) on OS X Lion 10.7.3","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F2degrees%2Fjquery.selectmore","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F2degrees%2Fjquery.selectmore","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F2degrees%2Fjquery.selectmore/lists"}