0

大家好我有一个有趣的问题,我正在尝试从表格列中获取输入文本值。当我开始阅读循环时,我的文本值得到错误的整数值,如果我的文本值是 150,我得到 150.33,但是如果我在循环之间设置警报,那么我得到正确的值,可能是什么原因为了这?任何想法?

//loop  for table column read...
$('#IGrid tr').each(function () {
   var prev_discount = isNumber($('td input[name="Discount"]', this).val());
    alert(prev_discount);
});
4

0 回答 0