html - Customize select into a simple icon -


i have simple select:

<select class="select ui-icon ui-icon-chevron-down" style="width: 10px;height: 19px;" type="position_last">         <option value="" style="display: none"></option>         <option value="5">5</option>         <option value="10">10</option>         <option value="20">20</option>         <option value="50">50</option>         <option value="100">100</option>       </select> 

i want don't want show normal select, want show simple icon. i'm not css don't know if done or not.

how using additional library

http://silviomoreto.github.io/bootstrap-select/

you need include library , add code javascript

$(".select").selectpicker(); 

Comments

Popular posts from this blog

java - Oracle EBS .ClassNotFoundException: oracle.apps.fnd.formsClient.FormsLauncher.class ERROR -

c# - how to use buttonedit in devexpress gridcontrol -

nvd3.js - angularjs-nvd3-directives setting color in legend as well as in chart elements -