jQuery 阻止事件冒泡

$(".btn").click(function(event) {
    event.stopPropagation();
});

1

原文地址:https://www.cnblogs.com/Skate0rDie/p/9981843.html