I\'m attempting to do some calculations for a \"running total\", this is my code:
$(\'.quantity_input\').live(\'change\',function(){
You need to find the .cost_of_items in the containing this: $(this).closest('tr').find('.cost_of_items') 0 讨论(0) 查看其它4个回答 发布评论: 提交评论 加载中... 验证码 看不清? 提交回复 热议问题
.cost_of_items
containing this: $(this).closest('tr').find('.cost_of_items') 0 讨论(0) 查看其它4个回答 发布评论: 提交评论 加载中... 验证码 看不清? 提交回复 热议问题
this
$(this).closest('tr').find('.cost_of_items')