Which cross browser tooltip tools/plugins/components are available for ruby on rails?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
This is more or less an issue for your frontend, not for Rails. If you use Prototype (which is built in into RoR) have a look at this. If you want to use jQuery, then this is great. Both tools work (in their simplest use case) by displaying the |
||||
|
|
|
This is not something you need to do on the backend. Just declare a standard tooltip with the title attribute
and style it on the frontend. A nice jQuery plugin to style tooltips. |
|||
|
|