Sha256: b7d76a76bf09d62c1f7b83fcb98d5b7de1ae4cc7bd48c66f11e5ffec0868a31e

Contents?: true

Size: 465 Bytes

Versions: 3

Compression:

Stored size: 465 Bytes

Contents

The Simple Tooltips plugin is now installed. 

Please be sure that your application layout templates (where you want to use tooltips)
have the following code in them: 

yield :head
yield :javascript

Ensure that yield :javascript appears after Prototype or jQuery are loaded. 
 
To make a tooltip, do this in your views:

<div id="needs_tooltip">
  Some content
</div>

<%= tooltip_for('needs_tooltip', 'This will be displayed when you mouseover Some content.') %>

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
peteonrails-simple_tooltips-0.0.1 INSTRUCTIONS
peteonrails-simple_tooltips-0.0.2 INSTRUCTIONS
peteonrails-simple_tooltips-0.0.3 generators/INSTRUCTIONS