jquery-nice-select
jquery-nice-select copied to clipboard
Possibility to add image inside select with attribute data-image for …
I needed to add an image inside nice select. So I created possibility to use data-image for the original select and then put it inside nice select.
<select>
<option data-image="http://domain.com/img.png">
</select>
Is the width hardcoded with 50px?