Skip to content

Simple gem to include TipTip jQuery plug-in in a Rails 3.1 (or above) app

Notifications You must be signed in to change notification settings

TheDartCode/tiptip-rails

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tiptip-rails

This gem just includes TipTip jQuery plug-in as an asset in the Rails 3.1 (or newer) asset pipeline.

The current version in the gem is TipTip 1.3

Installation

Add the gem to the Gemfile

gem "tiptip-rails", "~> 1.0.0"

Usage

In your JavaScript manifest (e.g. application.js)

//= require tipTip

In your Stylesheet manifest (e.g. application.css)

*= require tipTip

Licensing

TipTip, which makes up the majority of this gem, has its own licensing.

The gem itself is released under the MIT license

About

Simple gem to include TipTip jQuery plug-in in a Rails 3.1 (or above) app

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published