Skip to content
Advertisement

Is it possible to style a (must be dropdown list/select option, not checkbox/radio button) options to box/div?

Here is the aspect i want to make, each box represent each option

enter image description here

JavaScript

Is it possible to do that?

Advertisement

Answer

You need to make divs with each() from all your select options.

Then you get the click on them and change the value of your hidden select.

Edit : i commented my code.

JavaScript
JavaScript
JavaScript
User contributions licensed under: CC BY-SA
9 People found this is helpful
Advertisement