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):

//= require jquery
//= require jquery.qtip

Then in application.css:

//= require jquery.qtip

Contributing

  1. Fork it ( http://github.com/jmera/qtip2-rails/fork )
  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