I have a table and I want every row to be clickable. Right now, I'm doing the simple:
$('tr').click(...)
This works for the most part but how can I make it act like a link in these ways:
- Shift-click opens the target in a new window
- Middle clicking opens the target in a new tab
- Hovering shows the link address in the status bar