0
別のスパンで、合計を表示しませんは、どのように私はスパンでチェックボックスと値を選択することで、合計を取ると私はチェックボックスを選択し、スパンから値を取得し、金額のIDを持つ別のスパンで合計を表示する必要が
<div class="col1">
<div class="field">
<div class="label-wrap">
<label class="required" for="buy_form_pwd2">Books Required</label>
</div>
<div class="input-wrap">
<input type="checkbox" id="you-are" name="total">Book Name<span style="margin-left:10px;">Price</span><span style="margin-left:10px;">No of Books<input style="width: 45px;" type="number" placeholder="1"></span><span style="margin-left:10px;">250</span><br><hr style="margin:0;">
<input type="checkbox" id="you-are" name="total">Book Name<span style="margin-left:10px;">Price</span><span style="margin-left:10px;">No of Books<input style="width: 45px;" type="number" placeholder="1"></span><span style="margin-left:10px;">375</span><br><hr style="margin:0;">
<input type="checkbox" id="you-are" name="total">Book Name<span style="margin-left:10px;">Price</span><span style="margin-left:10px;">No of Books<input style="width: 45px;" type="number" placeholder="1"></span><span style="margin-left:10px;">350</span><br><hr style="margin:0;">
<input type="checkbox" id="you-are" name="total">Book Name<span style="margin-left:10px;">Price</span><span style="margin-left:10px;">No of Books<input style="width: 45px;" type="number" placeholder="1"></span><span style="margin-left:10px;">200</span><br><hr style="margin:0;">
<input type="checkbox" id="you-are" name="total">Book Name<span style="margin-left:10px;">Price</span><span style="margin-left:10px;">No of Books<input style="width: 45px;" type="number" placeholder="1"></span><span style="margin-left:10px;">300</span><br><hr style="margin:0;">
<input type="checkbox" id="you-are" name="total">Book Name<span style="margin-left:10px;">Price</span><span style="margin-left:10px;">No of Books<input style="width: 45px;" type="number" placeholder="1"></span><span style="margin-left:10px;">300</span><br><hr style="margin:0;">
</div>
</div>
</div>
<div class="extra-col">
<ul>
<li><span class="autorization-redirect"><b>Total Amount</b></li><hr>
<li style="text-align:right;"><span class="autorization-redirect">Rs.</span><span class="autorization-redirect" id="amount"></li>
</ul>
</div>
おかげ卿それを助ける(Y) –
ます:) –
先生が、入力数は量を増やしている場合も増やす必要が助けて幸せ –