span.on("click", function (e) { e.stopPropagation(); }); button.on("click", function (e) { // Your button click logic here });
`