Igor K. wrote:
Hello,
Who knows how to implement tooltips for links,buttons?
Of course i can find tooltips(css/js) in Internet , but i asked you if you know.
what tooltip you can recommend and maybe it has RoR helper for easy usage.
http://blog.innerewut.de/tooltip
With the current version from svn you can do things like this:
<% tooltip 'big_bad_button' do -%> Press this button to initiate auto-destruction. <% end -%>
Where 'big_bad_button' is the DOM id of your element.
Get the current plugin+ js from from
http://tooltip.rubyforge.org/svn/plugins/tooltip/trunk
Jonathan