qtip2-jquery-rails

Gem Version Build Status Dependency Status Code Climate Coverage Status

Gemified by Doc Walker

Provides the qTip2 jQuery plugin packaged for the Rails 3.1+ asset pipeline.

Installation

Add these lines to your application's Gemfile:

# qtip2 jquery plugin packaged for the rails asset pipeline
gem 'qtip2-jquery-rails', '~> 2.2.100'

And then execute:

$ bundle

Or install it yourself as:

$ gem install qtip2-jquery-rails

Gem version notes:

  • Version is in the format X.Y.ZVV where X.Y.Z is version of qtip2 plugin and VV is version of gem (with leading zero);
  • Refer to Semantic Versioning 2.0.0 (http://semver.org);

Usage

Add these lines to app/assets/javascripts/application.js

// provides speech bubble tips from gem 'qtip2-jquery-rails':
//= require qtip2-jquery-rails

Add these lines to app/assets/stylesheets/application.css

/*
provides speech bubble tips from gem 'qtip2-jquery-rails':
= require qtip2-jquery-rails
*/

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

Acknowledgements