Skip to content

A plugin for jQuery that attaches up and down keybindings to increment or decrement a text input's current value

Notifications You must be signed in to change notification settings

proc/jQuery.spinput

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

jQuery.spinput

Description

An ultra-minimalistic jQuery spinner plugin driven by keybindings.

Usage

$('input.spinput').spinput({
	step: 1,
	max: null,
	min: 0
});

Options

step: number to increment or decrement by (default: 1)

max: upper bound (default: none)

min: lower bound (default: none)

About

A plugin for jQuery that attaches up and down keybindings to increment or decrement a text input's current value

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published