Ideal Select is a small jQuery plugin used to turn an original select box into a stylish dropdown list that is fully customizable via CSS.
drop down list in html, dropdown menu css, select dropdown css, responsive drop down menu examples, dropdown in html
Converts Select Multiple Items Into Dropdown Lists With Checkboxes
How to make use of it:
1. Load the CSS of the jQuery Ideal Select plugin into the main section of your web page.
<link rel="stylesheet" href="css/jquery.idealselect.css">
2. Load the jQuery Ideal Select JavaScript after loading the jQuery library.
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script> <script src="js/jquery.idealselect.js"></script>
3. Call the plugin on your element of choice.
$('select').idealselect();
Stylish Dropdown List Plugin with jQuery and CSS3, Ideal Select Plugin/Github
See Demo And Download
Official Website(elclanrs): Click Here
This superior jQuery/javascript plugin is developed by elclanrs. For extra Advanced Usages, please go to the official website.