Skip to content

uptech/jquery-sliders-rails

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jQuery Sliders for Rails

This is official jQuery Sliders for Rails asset pipeline gem. It exists simply to make it easier to use the jQuery Sliders plugin in Rails apps that use the asset pipeline.

Installation

Add this line to your application's Gemfile:

gem 'jquery-sliders-rails'

And then execute:

$ bundle

Or install it yourself as:

$ gem install jquery-sliders-rails

Usage

Add the following to your app/assets/application.js file in the manifest section:

//= require jquery.sliders

Then add the following to your app/assets/application.css file in the manifest seciton:

*= require jquery.sliders

Finally, follow the example & instructions on the jQuery Sliders Project Page for details on usage of the jQuery plugin itself.

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Added some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

About

Gem that provides the jQuery Sliders plugin to Rails 3 apps

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages