Stylish Dropdown List Plugin with jQuery and CSS3 - Ideal Select

File Size: 12.2 KB
Views Total: 4562
Last Update:
Publish Date:
Official Website: Go to website
License: MIT
   
Stylish Dropdown List Plugin with jQuery and CSS3 - Ideal Select

Ideal Select is a small jQuery plugin used to transform a native select box into a stylish dropdown list that is fully customizable via CSS.

How to use it:

1. Load the jQuery Ideal Select plugin's CSS in the head section of your web page.

<link rel="stylesheet" href="css/jquery.idealselect.css">

2. Load the jQuery Ideal Select plugin's JavaScript after loading 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 select element and done.

$('select').idealselect();

4. Modify or override the styles in the jquery.idealselect.css to create your own style.


This awesome jQuery plugin is developed by elclanrs. For more Advanced Usages, please check the demo page or visit the official website.