Here is the markup I am working with that includes
SPAN >> Table >> TR >> TD
:
https://i.sstatic.net/MnTCa.png
Now, I am looking to target and remove any TR element that contains a TD with the word "Question" inside a <nobr>
tag. Can anyone provide guidance on how I can achieve this using CSS or jQuery? Thank you.