[jQuery] [tooltip] allowing tooltips on table rows?
I'm utilizing the jQuery tooltip plugin and was wondering if it were
possible to set it up to provide a tooltip on hover for each row in a
table.
Currently, I've set it up to read: <tr class="hover" title="Modified
by Doe, John on April 15th, 2008"> and it's working fine in Firefox.
However, Internet Explorer isn't playing nice at the moment. When I
move the class to other elements it works fine, but not on the <tr>
element.
Does anyone know of a work around or fix for this?
Thanks!
~Daniel