gpt4 book ai didi

javascript - 在输入上使用 Change,然后修改输入的 ATTR?

转载 作者:行者123 更新时间:2023-11-28 21:20:22 26 4
gpt4 key购买 nike

给定:

html

<input checked="checked" class="list_completed_checkbox" id="list_item_completed" name="list_item[completed]" type="checkbox" value="1">

jQuery:

$('.list_completed_checkbox').change(function() {
$(this).attr('disabled', 'disabled');
});

当您选中或取消选中该复选框时,为什么禁用的属性没有应用于输入?

谢谢

最佳答案

你的代码对我有用:

http://jsfiddle.net/jasongennaro/qYe96/

也许有其他东西在干扰?

关于javascript - 在输入上使用 Change,然后修改输入的 ATTR?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/6538126/

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