#RailsTooltip Allows an easy implementation of javascript tooltip in rails. for demo visit
[sudo] gem install rails_tooltip
rails plugin install git://github.com/sandipransing/rails_tooltip.git
rake rails_tooltip:install
uses_tooltip
<%= rails_tooltip_stuff_if_used %>
<div id="demotip"> </div>
<%= link_to 'Blog', 'http://funonarils.com', :title => "A Ruby On Rails Blog"%>
<%= link_to 'Tooltip', 'http://flowplayer.org/tools/demos/tooltip/index.htm', :title => "Visit to see demo of tooltip"%>
<%= tooltip_init_if_used( 'daily_statistics', 'a' ) %>
Here daily_statistics is the id of container holding a tags i.e. links
<label title="This is label tooltip">Label</label>
<%= tooltip_init_if_used( 'daily_statistics', 'label' ) %>
[Sandip Ransing](http://funonrails.com/about,"Sandip Ransing"), [Josh Software Private Limited](http://joshsoftware.com,"Josh Software")
If you wanted to do any changes in the plugin, do fork repository. Please, Feel free to add your name in contributors list.
any sugestions? san2821 at gmail.com or sandip at joshsoftware.com released under the MIT license
Copyright (c) 2010 [Sandip Ransing], released under the MIT license