javascript add checkbox-checked values

前端 未结 3 864
执念已碎
执念已碎 2021-01-22 03:05

I have a checkbox section that users can select to add features. I need each input\'s value to add to a sum to be presented in the #payment-total and #payment-rebill section. Es

3条回答
  •  灰色年华
    2021-01-22 03:25

    Oops! Typo!

    Your second span is called payment-rebill not payment-billed. This works

        total1 = document.getElementById('payment-rebill');
    

    http://jsfiddle.net/6NJ8e/13/

提交回复
热议问题