An open API service indexing awesome lists of open source software.

https://github.com/iwark/jquery.simple-carousel-slider


https://github.com/iwark/jquery.simple-carousel-slider

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

          

jQuery Simple Carousel Slider ![Bower Version](https://badge.fury.io/bo/jquery.simple-carousel-slider.svg)
----

### Simple jQuery Carousel Slider Plugin

## Installation

```
bower install jquery.simple-carousel-slider
```

## Usage

1. Include jQuery and [jquery.finger](https://github.com/ngryman/jquery.finger).

```html


```

2. Include plugin's code:

```html


```

3. Call the plugin:

```html

.sc-slider{
margin: 0 auto;
width: 500px;
height: 333px;
}


$(function(){

$('.sc-slider').scSlider({
interval: 5000,
prev: "<",
next: ">"
});

});

```

## History

Check [Releases](https://github.com/Iwark/jquery.simple-carousel-slider/releases) for detailed changelog.

## License

[MIT License](http://iwark.mit-license.org) © Iwark