Objective:
I want to implement a feature where icons appear when the cursor is inside a td row, allowing users to click on them. These icons will contain links.
When the cursor moves to a new td row, the previous row should return to its default state and the new row should display the updated icon set.
Refer to the image for visual guidance.
Challenge:
I am uncertain about how to go about implementing this functionality.
Tools in Use:
I rely on bootstrap, jQuery, and Visual Studio for development.