Home > Web Front-end > JS Tutorial > jquery picture carousel plug-in imitates Alipay 2013 version full-screen picture slideshow_jquery

jquery picture carousel plug-in imitates Alipay 2013 version full-screen picture slideshow_jquery

WBOY
Release: 2016-05-16 16:53:33
Original
1193 people have browsed it

The jquery image carousel plug-in imitates Alipay’s 2013 version of the full-screen image slideshow fade-out and fade-in switching effect. You must introduce jquery into your own page

Copy code The code is as follows:


                                                                  li style="background:url(images/img2.jpg) 50% 0 no-repeat;">
           

  •              






  • JavaScript code

    $(document).ready(function(){
    $('.flexslider').flexslider({
    directionNav: true,
    pauseOnAction: false
    });
    });




    Related labels:
    source:php.cn
    Statement of this Website
    The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
    Popular Tutorials
    More>
    Latest Downloads
    More>
    Web Effects
    Website Source Code
    Website Materials
    Front End Template