There is such a html:
<div class="input-group quantity_goods"> <input type="number" step="1" min="1" max="10" id="num_count" name="quantity" value="1" title="Qty"> <input type="button" value="-" id="button_minus"> <input type="button" value="+" id="button_plus"> </div> How to activate + - in the quantity field?