jQuery Plugin – Increment

Inspired by this article on css-tricks.com, I decided to release a plugin dedicated solely to quick keyboard-based manipulation of numeric values in HTML input fields. It’s called Increment. ยป See the Demo Simply assign the set of inputs you wish to attach this behavior to: $(‘input.hours’).increment(); And let your fingers do the walking: use the […]