{"id":20974486,"url":"https://github.com/koala-framework/ingeniousselectjs","last_synced_at":"2025-06-17T09:34:27.900Z","repository":{"id":48902989,"uuid":"76364520","full_name":"koala-framework/ingeniousselectjs","owner":"koala-framework","description":"Ingeniousselect is a small jQuery plugin. It makes one or more select elements styleable.","archived":false,"fork":false,"pushed_at":"2021-07-06T09:57:43.000Z","size":31,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":5,"default_branch":"1.3","last_synced_at":"2025-05-18T16:06:01.417Z","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-2-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/koala-framework.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"COPYING","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-12-13T14:10:39.000Z","updated_at":"2019-09-19T08:10:35.000Z","dependencies_parsed_at":"2022-08-31T00:01:43.916Z","dependency_job_id":null,"html_url":"https://github.com/koala-framework/ingeniousselectjs","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/koala-framework/ingeniousselectjs","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/koala-framework%2Fingeniousselectjs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/koala-framework%2Fingeniousselectjs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/koala-framework%2Fingeniousselectjs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/koala-framework%2Fingeniousselectjs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/koala-framework","download_url":"https://codeload.github.com/koala-framework/ingeniousselectjs/tar.gz/refs/heads/1.3","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/koala-framework%2Fingeniousselectjs/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260329031,"owners_count":22992818,"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":[],"created_at":"2024-11-19T04:29:36.870Z","updated_at":"2025-06-17T09:34:27.874Z","avatar_url":"https://github.com/koala-framework.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# IngeniousSelectjs\n\nIngeniousselect is a small jQuery plugin, that makes one or more select elements styleable. It could be used as an alternativ for selectric. The problem with selectric is that you don't get a change-event if the value of the original select is set with vanilla-javacript or if the optionslist changes on the fly. Ingeniousselect doesn't have these problems, because it uses the original selectfield. The options are copied to a separate div-structure that will update on every click on the select.\n\n## Usage\n```javascript\n$('.mySelect').ingeniousselect();\n```\n## Options\n\nSet your own class-prefix:\n```javascript\n$('.mySelect').ingeniousselect({\n  prefix: 'yourPrefix'\n});\n```\n\nSet a minWidth, up to this width native selectoptions will be used. Default is 768px. If you don't want to use native selectoptions, then set it to 0.\n```javascript\n$('.mySelect').ingeniousselect({\n  minDeviceWidth: 768\n});\n```\n### Supports\nDesktop: IE9+, Edge, actual Chrome, Firefox and Safari \u003cbr\u003e\nMobile: Android Browser 5.0, Chrome Mobile, Mobile Safari 7.0+\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkoala-framework%2Fingeniousselectjs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkoala-framework%2Fingeniousselectjs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkoala-framework%2Fingeniousselectjs/lists"}