jquery.customSelect
adamcoulombe
js
## Getting started ### [See Basic Demo](http://jsfiddle.net/adamco/hysHB/) ### Initiate the plugin ```javascript $(document).ready(function(){ $('#someSelectBox').customSelect(); }); ``` ### Style using CSS however you like ```CSS .customSelect { /* Thi
Version 0.5.2
INSTALL