I would like to fire an onclick event using Javascript whenever an user clicks on "Remoe Item". Given below is the actual code available. The problem is I do not see any id, class to identify the click on this anchor text. Any idea how to do that?
<a href="javascript:removeCartItem('ci6223000698')">Remove Item</a>
Thanks in advance.
Roy