jquery Custom Beautiful drop-down box plug-in 8 kinds of effects

Source: Internet
Author: User
Tags codrops

Examples of jquery beautification selectors are: border, underline, stretch, slide, overlay, rotate, pop-up layer selection, ring effect.



Online preview

Instance Code

1234567891011121314151617181920212223242526272829303132333435 <body class="demo-1">        <div class="container">            class="codrops-header">                                <nav class="codrops-demos">                    <a class="current-demo"href="index.html">边框</a>                    <a href="index2.html">下划线</a>                    <a href="index3.html">伸缩</a>                    <a href="index4.html">滑动</a>                    <a href="index5.html">覆盖</a>                    <a href="index6.html">旋转</a>                    <a href="index7.html">弹出层选择</a>                    <a href="index8.html">环形效果</a>                </nav>                        <section>                <select class="cs-select cs-skin-border">                    <option value=""disabled selected> 联系人方式</option>                    <option value="email">E-Mail</option>                    <option value="twitter">Twitter</option>                    <option value="linkedin">LinkedIn</option>                </select>            </section>         </div><!-- /container -->        <script src="js/classie.js"></script>        <script src="js/selectFx.js"></script>        <script>            (function() {                [].slice.call(document.querySelectorAll(‘select.cs-select‘)).forEach(function(el) {                    newSelectFx(el);                });            })();        </script>    </body>

jquery Custom Beautiful drop-down box plug-in 8 kinds of effects

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.