JQuery plug-in slick implements responsive mobile client slide Image switching effects, jqueryslick

Source: Internet
Author: User

JQuery plug-in slick implements responsive mobile client slide Image switching effects, jqueryslick

JQuery responsive mobile phone client slide Image switching special effect plug-in slick. Based on jQuery, this plug-in is very powerful. It supports switching between left and right buttons, dot switching, and custom switching quantity, supports custom switching speeds, image pre-loading, and automatic playback. The effect is very good. Many custom parameters are supported. For details, refer to their parameter configurations, it is worth learning to use.

Usage:

1. Load plug-ins and jQuery

<script src="//code.jquery.com/jquery-1.11.0.min.js"></script> <script src="//code.jquery.com/jquery-migrate-1.2.1.min.js"></script> <script type="text/javascript" src="slick/slick.js"></script> <link rel="stylesheet" type="text/css" href="slick/slick.css"/> 

2. HTML content

<div class="slider fade"> <div><div class="image"></div></div> <div><div class="image"></div></div> <div><div class="image"></div></div> </div> 

3. function call

<script type="text/javascript"> $(document).ready(function() {   $('.fade').slick({     dots: true,     infinite: true,     speed: 500,     fade: true,     slide: 'div',     cssEase: 'linear'   }); }); </script> 

View DEMO download now

The above is all the content of this article. I hope you will like it.

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.