How to remove tspan element from DOM by javascript or jquery?
<tspan >abc.com</tspan>
Note: id or class is not defined for tspan and this element comes dynamically by ajax request.
In general my question is how to search for element ( in my case tspan) with specified text content?
I know :text selector but not able to apply in this case.
Thank you 🙂
Use contains():