Touch Spin
A touchspin mobile and touch friendly input spinner component for Bootstrap 3. It supports the mousewheel and the up/down keys.For more info please visit the plugin'sDemo Page or Github Repo.
Bootstrap Touch Spin
<input id="demo1" type="text" value="55" name="demo1">
<script>
$("input[name="demo1"]").TouchSpin({
min: 0,
max: 100,
step: 0.1,
decimals: 2,
boostat: 5,
maxboostedstep: 10
});
</script>
Touch Spin Vertical Buttons
<!-- Vertical Buttons -->
<input id="demo_vertical" type="text" value="" name="demo_vertical">
<script>
$("input[name="demo_vertical"]").TouchSpin({
verticalbuttons: true
});
</script>
<!-- Vertical Buttons With Icons -->
<input id="demo_vertical2" type="text" value="" name="demo_vertical2">
</script>
Buy Arctic
All rights reserved © UI Lib 2020