Twbs-input-number

Input number for Twitter Boostrap - IE10 Compatibility

View the Project on GitHub IonicaBizau/twbs-input-number

Twitter Bootstrap - Input number

jQuery plugin for input number for Twitter Boostrap: compatible with IE10

Currently only TWBS 2.x.x is supported.

How to use

<!-- Load jQuery -->
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js"></script>
<!-- Load twbs-input-number jQuery plugin -->
<script src="path/to/twbs-input-number-v0.1.0.min.js"></script>

<script>
$(document).on("ready", function () {
   $("input[type='number']").twbsNumberInput();
});
</script>

Demo

DEMO

Changelog

v0.1.0