I have multiple divs listed like so: <div class="msg-list clearfix" id="27705"> <div class="thumbnail_image"> <a href="some_path">AnchorText</a> </div> <div class="msg-date">DATA</div> </div> I’ve trying to catch a click event for the parent div but when clicking the href element my click event is also getting triggered instead of just following the link clicked. Here is my jquery call: [...]
The post stopPropagation not working with nested href tag appeared first on BlogoSfera.