gpt4 book ai didi

jquery - 如何使用 Jquery 设置输入字段的 Name 属性?

转载 作者:行者123 更新时间:2023-12-03 21:30:07 27 4
gpt4 key购买 nike

简单的问题...我想知道如何才能实现这一点。

好吧,我有一个像这样的输入字段:

<input type="text" id="input1" size="10" name="" value="" class="checked other_amount" onfocus="Toggle('radio1', 'input1');" />

我想单击 ID 为 #resetPrompt 的 div,并使用“other_amount”填充输入中的空名称 attr

这是漫长的一天,我没有主意了

谢谢大家,

马特

最佳答案

$('#resetPrompt').click(function(){
$('#input1').attr('name', 'other_amount');
});

关于jquery - 如何使用 Jquery 设置输入字段的 Name 属性?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/2338144/

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