When a user selects multiple td elements across rows in my table I'd like a way to figure out what elements have been selected and then proceed to get the tr of all the selected table cells.
How can I do this? I'm using jquery.
When a user selects multiple td elements across rows in my table I'd like a way to figure out what elements have been selected and then proceed to get the tr of all the selected table cells.
How can I do this? I'm using jquery.