// Use `.stopPropagation();`, even if you're not using JQuery $("#clickable a").click(function(e) { e.stopPropagation(); });
if(e && e.stopPropagation) e.stopPropagation();