{"id":20724667,"url":"https://github.com/arhea/ui.multiselect","last_synced_at":"2026-04-18T21:06:37.171Z","repository":{"id":5721886,"uuid":"6933383","full_name":"arhea/ui.multiselect","owner":"arhea","description":"A jQuery UI widget for multiselects that work on desktop and mobile in all modern browsers","archived":false,"fork":false,"pushed_at":"2012-12-03T18:54:42.000Z","size":440,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-11T08:50:13.435Z","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/arhea.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-11-30T04:25:01.000Z","updated_at":"2014-01-08T11:39:16.000Z","dependencies_parsed_at":"2022-08-19T00:52:37.104Z","dependency_job_id":null,"html_url":"https://github.com/arhea/ui.multiselect","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/arhea/ui.multiselect","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arhea%2Fui.multiselect","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arhea%2Fui.multiselect/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arhea%2Fui.multiselect/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arhea%2Fui.multiselect/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/arhea","download_url":"https://codeload.github.com/arhea/ui.multiselect/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arhea%2Fui.multiselect/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31984593,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-18T20:23:30.271Z","status":"ssl_error","status_checked_at":"2026-04-18T20:23:29.375Z","response_time":103,"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-17T04:15:56.499Z","updated_at":"2026-04-18T21:06:37.118Z","avatar_url":"https://github.com/arhea.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"## jQuery UI Multiselect [![Build Status](https://secure.travis-ci.org/arhea/ui.multiselect.png?branch=master)](https://travis-ci.org/arhea/ui.multiselect)\n\nMy goal is to use CSS3 and other things and follow the jQuery plan to drop support for IE6, IE7, and IE8. I will only support modern browsers so do not file bugs for older browsers as I will not fix them.\n\n### How to Use\n\n```html\n\u003cselect class=\"multiselect\" multiple=\"multiple\" name=\"toppings[]\"\u003e\n  \u003coption value=\"pickles\"\u003ePickles\u003c/option\u003e\n  \u003coption value=\"cheese\"\u003eCheese\u003c/option\u003e\n  \u003coption value=\"lettuce\"\u003eLettuce\u003c/option\u003e\n  \u003coption value=\"tomato\"\u003eTomato\u003c/option\u003e\n\u003c/select\u003e\n```\n\n```javascript\n$(function(){\n  $('.multiselect').multiselect();\n});\n```\n\n### Options\nDefaults:\n```javascript\n{\n    sort: function(a,b) {\n      return $(a).text().toLowerCase().localeCompare($(b).text().toLowerCase());\n    }\n}\n```\n\n### License\n\nCopyright 2012 Alex Rhea and other contributors\nhttp://www.alexrhea.io/\n\nPermission is hereby granted, free of charge, to any person obtaining\na copy of this software and associated documentation files (the\n\"Software\"), to deal in the Software without restriction, including\nwithout limitation the rights to use, copy, modify, merge, publish,\ndistribute, sublicense, and/or sell copies of the Software, and to\npermit persons to whom the Software is furnished to do so, subject to\nthe following conditions:\n\nThe above copyright notice and this permission notice shall be\nincluded in all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND,\nEXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND\nNONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE\nLIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION\nOF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION\nWITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farhea%2Fui.multiselect","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Farhea%2Fui.multiselect","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farhea%2Fui.multiselect/lists"}