jQuery 阻止事件冒泡
程序员文章站
2022-06-21 13:36:10
1 ......
$(".btn").click(function(event) { event.stoppropagation(); });
1
$(".btn").click(function(event) { event.stoppropagation(); });
1