Show Conditional Tooltip on IR Row Mouse Enter
Dear APEX Experts. I have a test APEX application at: https://apex.oracle.com/pls/apex/f?p=4550:1:0:::::
WORKSPACE: KBS_TESTING
Username: TEST
Password: 123TESTING
It's a very simple IR report that uses a plugin to show a tooltip. The plugin is http://apex-plugin.com/oracle-apex-plugins/dynamic-action-plugin/tooltip_51.html
At the moment the tooltip shows when you hover over the cell text in the column "Row Ind". Ideally I would like:
1. To show the tooltip when the user moves the mouse into the row
2. To only show the tooltip when the "Row Ind" value is "SHOW"
For point 1, i've been playing around with javascript and all sorts of things without luck. But I did have some success when I used the jquery selector "odd" and "even" class, effectively it was showing up on the odds and evens, if you know what I mean! Is there a better way than that (I guess I will need two DAs for that).