Qtip2::Rails
A rails engine for the awesome qTip2 jQuery plugin
Installation
Add this line to your application's Gemfile:
gem 'qtip2-rails'
And then execute:
$ bundle
Or install it yourself as:
$ gem install qtip2-rails
Usage
qTip2
will be added to the asset pipeline. Make sure to include these lines
in application.js
(qTip2
requires jQuery):
Then in application.css
:
//= require jquery.qtip
Contributing
- Fork it ( http://github.com/jmera/qtip2-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