Popularni postovi

Monday, 19 October 2015

Customize default select with CSS and Bootstrap-select

Best select customizes for me is bootstrap-select, it is simple and works very good.
Just add css on the beginig of your code, ad js file on the of your code, and add to your default select class selectpicker.
Example: <select id="days" name="days"  class="selectpicker">
<option value="">DAY</option>...
And it works!

No comments:

Post a Comment