jquery Super Cool drop-down plugin 6 effects demo

Source: Internet
Author: User

The original dropdown box is ugly, give everyone a jquery cool pull-down plug-in 6 kinds of effects

Effect Preview

Instance Code

?
123456789101112131415161718192021 <div class="container">                     <section class="main clearfix">                <select id="cd-dropdown" name="cd-dropdown" class="cd-select">                    <option value="-1" selected>请选择</option>                    <option value="1" class="icon-monkey">网站模板</option>                    <option value="2" class="icon-bear">jQuery特效</option>                    <option value="3" class="icon-squirrel">精选网址</option>                    <option value="4" class="icon-elephant">网站源码</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>

Reproduced

jquery Super Cool drop-down plugin 6 effects demo

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.