{"id":15374147,"url":"https://github.com/io-developer/js-deepselect","last_synced_at":"2026-06-22T18:31:20.131Z","repository":{"id":19438579,"uuid":"22682362","full_name":"io-developer/js-deepselect","owner":"io-developer","description":"Pure JS infinite sub-select maker","archived":false,"fork":false,"pushed_at":"2017-11-07T18:13:16.000Z","size":14,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-28T05:37:16.241Z","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/io-developer.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":"2014-08-06T12:49:16.000Z","updated_at":"2017-03-22T14:12:38.000Z","dependencies_parsed_at":"2022-09-05T20:40:11.357Z","dependency_job_id":null,"html_url":"https://github.com/io-developer/js-deepselect","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/io-developer/js-deepselect","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/io-developer%2Fjs-deepselect","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/io-developer%2Fjs-deepselect/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/io-developer%2Fjs-deepselect/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/io-developer%2Fjs-deepselect/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/io-developer","download_url":"https://codeload.github.com/io-developer/js-deepselect/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/io-developer%2Fjs-deepselect/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34661702,"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-22T02:00:06.391Z","response_time":106,"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-10-01T13:57:24.998Z","updated_at":"2026-06-22T18:31:20.110Z","avatar_url":"https://github.com/io-developer.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Deepselect\nPure javascript library for easy handling continous option subselecting\n\n## Requirements\nECMAScript \u003e= 5\n\n\n## Example\n\n```html\n\u003c!DOCTYPE HTML\u003e\n\u003chtml\u003e\n\u003chead\u003e\n    \u003cscript type=\"text/javascript\" src=\"../src/deepselect.js\"\u003e\u003c/script\u003e\n    \u003cscript type=\"text/javascript\"\u003e\n    \n    document.addEventListener(\"DOMContentLoaded\", function() {\n        var dsel = deepselect({\n            enableLabels: true,\n            label: \"Choose your destiny...\",\n            labelSelectable: true,\n            labelValue: \"none\",\n            data: { items: [\n                { name: \"SubZero\", value: \"uid-SubZero\", labelValue: \"selectMe\", labelSelectable:false,items: [\n                    { name: \"Reptilian\", value: \"uid-Reptilian\", items: [\n                        { name: \"Sector\", value: \"uid-Sector\" },\n                        { name: \"Syrax\", value: \"uid-Syrax\" },\n                        { name: \"Smoke\", value: \"uid-Smoke\" }\n                    ]},\n                    { name: \"Scorpion\", value: \"uid-Scorpion\" },\n                    { name: \"Ermak\", value: \"key-Ermak\" }\n                ]},\n                { name: \"Kane\", value: \"uid-Kane\" },\n                { name: \"Motaro\", value: \"uid-Motaro\" }\n            ]}\n        });\n        \n        dsel.onSelect(function( e ) {\n            console.log(\"onSelect()\", e);\n            console.log(this.isCompleted(), this.currentValues());\n        });\n        \n        dsel.onSelectStart(function( e ) {\n            console.log(\"onSelectStart()\", e);\n            console.log(this.isCompleted(), this.currentValues());\n        });\n        \n        dsel.onSelectComplete(function( e ) {\n            console.log(\"onSelectComplete()\", e);\n            console.log(this.isCompleted(), this.currentValues());\n        });\n        \n        \n    //\tdsel.currentIndexes([0,1,2]);\n        dsel.currentValues([\"uid-SubZero\", \"uid-Reptilian\", \"uid-Smoke\"]);\n        \n        \n        document.getElementById(\"myContainer\").appendChild(dsel);\n    });\n    \n    \u003c/script\u003e\n\u003c/head\u003e\n\u003cbody\u003e\n\n    \u003cdiv id=\"myContainer\"\u003e\u003c/div\u003e\n    \n\u003c/body\u003e\n\u003c/html\u003e\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fio-developer%2Fjs-deepselect","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fio-developer%2Fjs-deepselect","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fio-developer%2Fjs-deepselect/lists"}