A lightweight jQuery plugin for custom select creation.
npm install custom-select-lightcustom-select-light is no more supported.
html
`
Important: Don't nest the select inside a label, use instead the for attribute in the labelWith jQuery simply apply the plugin to your select:
`javascript
$('#mySelect').customSelectLight();
`Here's the HTML result:
`html
Select ...
Foo
Buzz
`
The