gpt4 book ai didi

javascript - IE : Unexpected call to method or property 中的 jQuery 错误

转载 作者:行者123 更新时间:2023-11-30 13:35:05 24 4
gpt4 key购买 nike

我收到了与 this 相同的消息

这里是 my page

chrome没问题

我怀疑可能是以下代码导致了问题

           function update_cost(){
var cost = $( "#amount_CPU" ).val() * CPU_per_unit +
$( "#amount_RAM" ).val() * RAM_per_unit +
$( "#amount_storage" ).val() * storage_per_unit +
$( "#amount_traffic" ).val() * traffic_per_unit;
$( "#estimated_cost" ).text( "$" + cost );
}

最佳答案

您的“estimated_cost”标签周围有一个拼写错误的标签:

<lable id="estimated_cost"></lable><br />

应该是<label>不是<lable> . IE 不知道什么是“标签”元素,所以它吓坏了。

关于javascript - IE : Unexpected call to method or property 中的 jQuery 错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/5211388/

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