jQuery Arrow Increment/Decrement Input Fields Plugin

File Size: 7.99KB
Views Total: 5627
Last Update:
Publish Date:
Official Website: Go to website
License: MIT
   
jQuery Arrow Increment/Decrement Input Fields Plugin

A simple but useful jQuery form plugin that allows using UP and Down arrows to increase or decrease the values within the Input fields your users type.

Basic Usage:

1. Include jQuery library and jQuery.arrow-increment.js in the head section of your page

<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
<script src="jquery.arrow-increment.js"></script>

2. Markup

<input id="default" type="text" value="0">

3. Call the plugin

<script>$('#default').arrowIncrement();</script>

For more examples and advanced usages,  please check the DEMO page.


This awesome jQuery plugin is developed by unknown. For more Advanced Usages, please check the demo page or visit the official website.