jQuery UI spinner widget

less than 1 minute read

In a project I was working on I was using jQuery UI and wanted to put a spinner on a numeric text box.  Then I discovered that jQuery UI, while an excellent UI library, doesn’t yet have a spinner widget.  So I decided to write one myself, and hope that one day it gets included in the core jQuery UI release.  Until then, please feel free to use the widget for yourselves, it’s a simple plugin for the jQuery UI core.

jquery.ui.spinbuttons Git Repository

Categories:

Updated:

Comments