I know how to hide elements,
$('#edit0').hide();
However this doesn't hide the edit image. The edit image does not have an id. Any ideas on how to hide or remove it.
EDIT: I'm adding the anchor tag causing this problem.
<a class="actionButton2 icon" onclick="return TabManager.clickChangeView(event, 'edit');" href="default.asp?pg=pgEditBug&ixBug=326&command=edit&ixBugEventLatest=1794" onmouseover="return true; return true;" onmouseout="return true;"><img src="images/Edit.gif" border="0"></a>
<a class="actionButton2" onclick="return TabManager.clickChangeView(event, 'edit');" href="default.asp?pg=pgEditBug&ixBug=326&command=edit&ixBugEventLatest=1794" id="edit0" command="edit" onmouseover="return true; return true;" onmouseout="return true;">Edit</a>