1.0.1 • Published 2 years ago

awesome-input-number v1.0.1

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

Awesome Input Number

jQuery input number

alt text

Example

<div id="1" class="awesome-input-number"></div>
<script>
	new AwesomeInputNumber({ id: 1, min: 0, max: 10, initialValue: 3 });
</script>

License

MIT License.

You can use Awesome Input Number for free without notifying me by forking this project.

Check out LICENSE for more detail.