我正在尝试向我的行添加更多值,但所有列都显示相同的数字。
我正在尝试使用:
$this.parent().next().children('.output-value2').val((scorenetto).toFixed(2));
但它不会工作。这是代码:
附加列“Price2 for Count in €”不能独立工作
只需输入“物有所值”一个数字
$(this).parent().siblings().each(function(){
$('.output-value2').val((scorenetto).toFixed(2));
});
它出了点问题,但我不确定它是什么。