Hi list,
If the element has an id, I can do:
'#elementID' asJQuery remove.
But the element I want to delete does not have an id. It is a table row.
I do have the TagBrush (<tr>) used to paint it.
How do I get the jQuery element for it? So I can delete it?
Or how do I delete an element having the TagBrush?
Thanks in advance!