I have this html:
Coral8 <del class="diffmod">SQL, to</del><ins class="diffmod">SQL,to</ins> improve
I want to grab the <ins>
tags. Those seem to be custom HTML tags, so I don't have an ID or classname.
Any thoughts on which jQuery selector can be used to grab them?