I’m trying to attach a Jquery tooltip to a table tr tag. However, I can’t get it to work on the tr as you can see here. If I were to say add the class and title tags to the td elements, how would I apply the :parent to the css so that a tooltip would show when howevered anywhere on the row?
Currently, I am using this which doesn’t work
<tr class="normalTip" title="Hello, I am aToolTip">
And this works without an issue
<a href="#" class="normalTip" title="Hello, I am aToolTip">Normal Tooltip</a>
Try this:
I tried this and it worked.
Fiddle: http://jsfiddle.net/7LaQQ/2/
Adding to more selectors:
Use this way:
or if you are using class way, then