I\'m currently using jQuery to make a div clickable and in this div I also have anchors. The problem I\'m running into is that when I click on an anchor both click events ar
If it is in inline context, in HTML try this:
onclick="functionCall();event.stopPropagation();