Highlight HTML table rows when mouse cursor hovers over them with jQuery
When I look at tabular data on my web page, I always have the habit of pointing my mouse cursor at the row that I am focusing on.
To facilitate my reading of that table row, I will want the background of that row to be of a different color than the rest.
This is a jQuery proof of concept to highlight table rows when the mouse cursor hovers over them.