wangxiaomo / SlidesJS

http://www.slidesjs.com/ - awesome plugins, and i'll fix some bugs i've found.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SlidesJS

Overview

SlidesJS is a responsive slideshow plug-in for jQuery (1.7.1+) with features like touch and CSS3 transitions. Give it a try above and check out the examples to help you get started adding SlidesJS to your project.

Features

  1. Responsive
  2. Touch
  3. CSS3 Transitions
  4. Easy Setup

Bugs

  • when autoplaying, your event of clicking will stop the looping
$(function(){
  $('#slides').slidesjs({
    navigation: {
      active: true,
      autoResume: true // auto resume or not when clicking the pagination
    }
  });
});
  • when clicking the pagination, callbacks will be in a confusion.

About

http://www.slidesjs.com/ - awesome plugins, and i'll fix some bugs i've found.


Languages

Language:CoffeeScript 52.0%Language:JavaScript 48.0%