https://github.com/iwark/jquery.simple-carousel-slider
https://github.com/iwark/jquery.simple-carousel-slider
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/iwark/jquery.simple-carousel-slider
- Owner: Iwark
- Created: 2015-04-30T07:27:34.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-05-01T00:47:59.000Z (about 11 years ago)
- Last Synced: 2026-01-24T03:32:34.581Z (5 months ago)
- Language: JavaScript
- Size: 324 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
jQuery Simple Carousel Slider 
----
### 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