Closed fabrixxm closed 8 years ago
This will stop click event to bubble up to parent tags eg
<a href="image.jpg"> <img src="thumb.jpg" data-jslghtbx="image.jpg"> </a>
hey thanks, but I guess I should rather add e.stopPropagation()
e.stopPropagation()
This will stop click event to bubble up to parent tags eg