gpt4 book ai didi

javascript - 为什么点击处理程序被调用两次

转载 作者:行者123 更新时间:2023-11-29 09:52:47 24 4
gpt4 key购买 nike

<分区>

我创建了一个非常简单的 jsFiddle example点击处理程序被分配给两个单选按钮:

    $(document).ready(function () {
$(".title").on("click", function (event) {
alert('clicked');
});
});

如您所见,每次选择单选按钮时都会调用两次处理程序,这是为什么?

<label class="title">
<input type="radio" name="heading" checked="checked" />Introduction and General Information about the Marketing Tool
</label>
<label class="title">
<input type="radio" name="heading" />Implementation Steps of the Marketing Tool
</label>

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com