SimpleFAQ is a jquery plugin that helps our create collapsible FAQ. This is a gem version of the simpleFAQ jquery plugin. https://github.com/jakerella/jquerySimpleFAQ
Many thanks to jakerella
Add this line to your application's Gemfile:
gem 'jquery_simplefaq'
And then execute:
$ bundle
Or install it yourself as:
$ gem install jquery_simplefaq
Reference it in application.css.erb.scss and application.js
application.css.erb.scss: @import "simplefaq";
application.js: //= require simplefaq
Please refer to https://github.com/jakerella/jquerySimpleFAQ
- Fork it
- 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