What is the best way to make a tables row a link? I currently am using jquery to zebra stripe the rows and also to highlight the onmouseover/off selected row so if js is the answer please use jquery.
|
|
|||||||
|
|
|
|
||
|
|
|
|
I just use css:
|
||||||||||
|
|
|
Register a onclick event handler for the tr element. Something like this using jQuery:
|
||||||
|
