What is the best way to make a row of an HTML table a link? I currently am using jquery to zebra stripe the rows and also to highlight the onmouseover/off selected row, so
linkName .tdStreacher{ height: 100%; width: 100%; padding: 3px; }
This way, all the area of each cell will act as a link, hence, the whole row act as a link.