Six effects of jQuery cool drop-down plug-in and six jquery cool demos
The original drop-down box is ugly. I will provide you with six effects of jQuery's cool drop-down plug-in.
Effect Preview
Instance code
<Div class = "container"> <section class = "main clearfix"> <select id = "cd-dropdown" name = "cd-dropdown" class = "cd-select"> <option value = "-1" selected> select </option> <option value = "1" class = "icon-monkey"> website template </option> <option value = "2" class = "icon-bear"> jQuery special effects </option> <option value = "3" class = "icon-squirrel"> featured URLs </option> <option value = "4" class = "icon-elephant"> website Source Code </option> </select> </section> </div> <! --/Container --> <script src =" http://libs.baidu.com/jquery/1.8.3/jquery.min.js "> </Script> <script type =" text/javascript "src =" js/jquery. dropdown. js "> </script> <script type =" text/javascript "> $ (function () {$ ('# cd-dropdown '). dropdown ({gutter: 5}) ;}); </script>