What about this bootstrap-spinedit?
It's rather old but still working as expected these days.
NOTE: demos do not work cause they reference non existing scripts.
You can see how it works here.
HTML
<input type="text" class="aSpinEdit" />
Javascript
$('.aSpinEdit').spinedit({
minimum: -10,
maximum: 50,
step: 1
});