<table id="tab">
<tr aaa="one" bbb="ooo"><td>xxx</td><</tr>
<tr aaa="two" bbb="one"><td>xxx</td><</tr>
<tr aaa="three" bbb="one"><td>xxx</td><</tr>
<tr aaa="four" bbb="three"><td>xxx</td><</tr>
</table>
i would like:
if i hover TR with parameter aaa="one" then background-color for all TR with parameter bbb="one" will be red.
i would like use jquery.
LIVE EXAMPLE: http://jsfiddle.net/syCMN/1/
thanks for help!