A classic jQuery slidizle slide, jqueryslidizle

Source: Internet
Author: User

A classic jQuery slidizle slide, jqueryslidizle

JQuery ad slide progress bar, horizontal/left/right switching, vertical/up/down switching, automatic playback, thumbnail list Switching

Online instance
Default Effect Horizontal/left/right Switching Vertical/up/down Switching Loop
Automatic playback Thumbnail Progress bar Callback Function
Usage
<div class="sucaihuo" data-slidizle>     <ul data-slidizle-content>         <li style="background-image: url('img/01.jpg')"></li>         <li style="background-image: url('img/02.jpg')"></li>         <li style="background-image: url('img/03.jpg')"></li>     </ul>      <div data-slidizle-next>         <i class="fa fa-arrow-right"></i>     </div>     <div data-slidizle-previous>         <i class="fa fa-arrow-left"></i>     </div>      <ul data-slidizle-navigation></ul> </div><script src="js/jquery.slidizle.js"></script> <script>     $(function() {         $('.sucaihuo').slidizle();     }); </script>
Parameter Details
Parameters Description Default Value
Timeout Slide playback Interval Null
PauseOnHover Hover your mouse over to pause playback False
NextOnClick Hover your mouse over to pause playback False
Loop Loop playback False
AutoPlay Automatic playback False
KeyboardEnabled Keyboard support True
TouchEnabled Touch event support True
LoadBeforeTransition Pre-Load True
Disabled
OnInit Callback Function after the slide is clicked Null
BeforeChange Callback function before slide Switching Null
OnChange Callback Function during slide Switching Null
AfterChange Callback Function after slide Switching Null
BeforeLoading Callback Function for loading slide money Null
OnLoading Callback function when loading slides Null
AfterLoading Callback Function after loading the slide Null
OnNext
OnPrevious
OnPlay Callback Function When automatic playback starts Null
OnPause Callback Function for paused playback Null
OnResume Restored callback function Null
Download

 

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.