All Questions
1 question
1
vote
1
answer
2k
views
Conditionally applying and removing css based on a table row clicked
I've a added a click event to each row on a table element. Which I then use the $this context from the event to add some css styling to that clicked row.
The behavior is as follows:
...