A powerful jQuery wizard plugin that supports accessibility and HTML5.
Add this line to your application's Gemfile:
gem 'jquery-steps-rails'
And then execute:
$ bundle
Or install it yourself as:
$ gem install jquery-steps-rails
Add the JavaScript to application.js
:
//= require jquery.steps
Thanks to Rafael Staib for jQuery Steps Wizard plugin jquery-steps
- Fork it ( http://github.com/ricardodovalle/jquery-steps-rails/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 new Pull Request