gpt4 book ai didi

jquery - 根据文本框更改更新字段 jQuery

转载 作者:行者123 更新时间:2023-12-01 04:37:48 24 4
gpt4 key购买 nike

我编写了一个程序,当用户在文本框中键入值时更改字段的值。就我而言,两个文本框是高度和宽度。当有人输入高度和宽度时,应显示相关价格。我将把我的代码放在下面。

<div class="form-group">
<div class="col-sm-9">
<input type="text" id="height" />
<input type="text" id="width" />


<button type="button" id="show">Enter Size</button>
<button type="button" id="hide">Hide</button>

<script> jQuery('height').on('input', function() {
<?php echo "hello" ?>


});

function()
{
<input id="post_price" type="hidden" name="price" value="<?=$price['price'];?>">
}
</script>

</div>
</div>

我不太确定我的做法。目前没有输出结果。有人可以帮助我吗?为了更有意义,我将附上我的表单的屏幕截图。谢谢! enter image description here

最佳答案

您可以使用 keydownkeypress 事件。我举了一个小例子here

关于jquery - 根据文本框更改更新字段 jQuery,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/46459077/

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