I am working with a table where each <td>
contains an <input>
. My goal is to apply the class .highlighted
to all the column <td>
s when an <input>
is being focused on. Additionally, I want to remove this class from all other columns and <td>
s.