这是获得每个tr 中td 的内容
不用谢我
------君少
var aa=0;
$(".shopping_product_list_2").find("label").each(function(){
aa=aa+parseInt($(this).text());//最后得到的aa就是总的单品积分,其它列类似
});
通过document.getElementById(" **").value获取单元格的数值,进行计算,获得结果。
一共节省金额=(市场价-当当价)*数量;
金额总计=当当价*数量+……
积分=单品积分*数量+……+……
用循环语句……
$('td').each(function(){
// var child = $(this).children()[0].tagName;
//if(child == )
$(this).children()[0].html()//这个就是值了
})
用jquery行么