Uppy Downer Summary

The jQuery Uppy Downer project is a plugin that adds increment and decrement buttons to a text input, which allow the value to be adjusted.

The button text, increments and position of the buttons is configurable and style-able with CSS.

Example

Options

classModifier
Used to apply class names to the elements created by the plugin. You only need to specify a class modifier if you have a name-clash.
upButton
The text or HTML to display for the up button, default "+"
upPlaceBefore
Whether the up button should be placed before the input, default false
downButton
The text or HTML to display for the up button, default "–"
downPlaceBefore
Whether the up button should be placed before the input, default true
step
The amount to adjust the value each time a button is pressed, default 1
minValue
The minimum value for the field, default -10000
maxValue
The maximum value for the field, default 10000