我有一个包含数据数量订单和发票数量的数量字段。我想在以下条件下使用JavaScript进行复选框验证:
<div class='panel' ".$warna.">
<div class='panel-body'>
<div class='form-group'>
<label style='margin-bottom: 0px;'>Quantity Order</label>
<p style='margin-top: 0px; margin-bottom: 10px;'>
<b>".$qtyorder."</b></p><br />
<label style='margin-bottom: 0px;'>Quantity Invoice</label>
<input type='text' readonly='readonly' name='quantity' value=".$qty_invoice.">
</div>
</div>
</div>