SelectBoxIt
This gem adds selectBoxIt(v3.8.1) JS to your rails project.
Installation
Add this line to your application's Gemfile:
gem 'selectBoxIt'And then execute:
$ bundle
Or install it yourself as:
$ gem install selectBoxIt
Then add selectBoxIt files like this:
Add this line to your application.css file:
/*
*= require selectBoxIt/jquery.selectBoxIt
*/And this line your application.js file (includes all modules):
//= require selectBoxIt/jquery.selectBoxItYou could choose its modules like this:
//= require selectBoxIt/modules/jquery.selectBoxIt.core
//= require selectBoxIt/modules/jquery.selectBoxIt.add
//= ...Contributing
- Fork it ( https://github.com/psparabara/selectBoxIt/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