Jquery Uppy Downer
Quick Links
Note! There is a HTML5 form input that creates a numeric up/down control without JavaScript.
Visit the jQuery uppy downer project hub, which has a demonstration and download for this plugin on JS Plugins JavaScript Plugin Library.
Description
The jQuery Uppy Downer project is a plugin for the jQuery JavaScript Framework, which adds increment and decrement buttons to an input to adjust the value.
If you find my open source projects and jQuery plugins useful,
please consider making a donation!
Requirements
CSS
/* Optional styles */
.uppydownerbutton {
border: 1px solid Gray;
background-color: Silver;
color: Black;
padding: 0 5px;
margin: 0 1px;
font-weight: bold;
position: relative;
top: 2px;
}
.uppydowner {
text-align: center;
}
JavaScript
$(".uppydowner").uppydowner();
You Are Here: Home » JavaScript » Uppy Downer