In my html code, I have a td
tag that has an onclick event, and inside the td
tag is an image tag that also has an onclick event. The problem is when I click the image, both its onclick and the td tag's onclick event occurs. How can I set it so that if I click the image tag, the td onclick event does not happen?
Note: It should work with IE8 and higher.
Thanks