I have been searching a lot and I cant find anything.
I would like to customize a select checkbox with jquery. Do you know how could I do it? Any page with a tutorial or if you could help me please?
I would like to customize the dropdown button and also the inside of the <option>
. With CSS I cant do it and I was told that with jquery it is possible but I cant find it...
Thanks in advance!!
This is what I would like to customize with jquery:
<select class="select-dropbox" name="select-dropbox">
<option>option1</option>
<option>option2</option>
<option>option3</option>
<option>option4</option>
<option>option5</option>
</select>