jquery - Spinner, step, count value -
i've used jquery-ui (1.9.2) , create calculating functions. bind them on select inputs, , can see how work here jsfiddle
i don't know how make similar calculation function "spinner". example 1 step should equal (x)$;
<input type="spinner" class="spinner" value="0" max="10" min="0" data-fieldname="spinner_count" data-days="13" data-price="22">
for have this: http://jsfiddle.net/strix/bqjpm/
Comments
Post a Comment