Sha256: 022ebd5a2f92bd47e48c496f70c537391078dcfdff8c7bb34d23e7e3ac104788

Contents?: true

Size: 913 Bytes

Versions: 2

Compression:

Stored size: 913 Bytes

Contents

# Qtip2::Jquery::Rails

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.0.0'

And then execute:

    $ bundle

Or install it yourself as:

    $ gem install qtip2-jquery-rails

## Usage

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

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

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

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

## 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

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
qtip2-jquery-rails-2.1.1.pre README.md
qtip2-jquery-rails-2.0.0 README.md