The latest version of the jQuery Increment plugin (v. 0.6) now supports use of the mousewheel plugin by Brandon Aaron to increment/decrement numeric input values. Ensure scripts are loaded in the proper order (jquery » mousewheel » increment). Try it out: jQuery Increment Demo Download Increment Now See the original Increment blog post.
Category Archives: jquery
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 […]