Rails::Jcarousel
The Carousel of jQuery get integrate with rails assets The plugin of Jquery has ben taken from
Created by JAn Sorgalala
Installation
Add this line to your application's Gemfile:
gem 'rails-jcarousel'
And then execute:
$ bundle
Or install it yourself as:
$ gem install rails-jcarousel
Usage
put the below code in your application.js
//= require "jCarousel"
Contributing
- Fork it ( https://github.com/[my-github-username]/rails-jcarousel/fork )
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request