Skip to content

Latest commit

 

History

History
40 lines (24 loc) · 867 Bytes

README.md

File metadata and controls

40 lines (24 loc) · 867 Bytes

JquerySimplefaq

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

Installation

Add this line to your application's Gemfile:

gem 'jquery_simplefaq'

And then execute:

$ bundle

Or install it yourself as:

$ gem install jquery_simplefaq

Usage

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

Contributing

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