これが私のdivだと言わないでください:
<div id="success">
<a href="/index.php">link1</a>
<a href="/index.php">!AnotherLink!</a>
<a href="cat.php">link3</a>
</div>
同じ「href」であるsuccessdivからのリンクを削除したい
次のようになります。
<div id="success">
<a href="/index.php">link1</a>
<a href="cat.php">link3</a>
</div>