Last Updated: February 25, 2016
·
13.1K
· amydoesntlai

Show hover text on a link

To show text when you hover over a link, add that text to the :title attribute of the link, e.g.
<%= link_to "link text", link_location, :title => "this text appears when you hover" %>