Hi i want to remove the following
<tr><td style="padding-left:20px;" class="content">
This works fine with
$(".content").first().remove();
But on some of my pages I have this
<tr class="dgItem"><td class="content">
And it gets removed. Is it possible to make the JQuery only select the first example?