]> source.dussan.org Git - jquery-ui.git/commit
Added enhancements to ui.spinner as seen at http://yelotofu.com/labs/jquery/UI/spinne...
authorCa-Phun Ung <pazu2k@gmail.com>
Tue, 19 Aug 2008 07:18:04 +0000 (07:18 +0000)
committerCa-Phun Ung <pazu2k@gmail.com>
Tue, 19 Aug 2008 07:18:04 +0000 (07:18 +0000)
commit198d809f9bb8aa5a20181d8b4d0a2f58bbcc4179
tree37a8a6f6e571021cb2fe03f2836f4dca5fb3472f
parentb4e2e0e9ca4d0993920baba4cc0f50cba4362323
Added enhancements to ui.spinner as seen at http://yelotofu.com/labs/jquery/UI/spinner/spinner.html

Enhancements include:
- removal of all hardcoded styling for better theming capability
- visual test page made more appealing supporting browser zooming
- added utility functions to disable, enable and destroy ui.spinner
- up/down buttons listens to more mouse and keyboard events
- support for decimal and currency format
- ui.spinner now restricts input on keydown
- cleanup occurs when the input textbox loses focus. this seems to be a better approach for future scalability
tests/images/spinner-bg.gif [new file with mode: 0644]
tests/visual/spinner.html
ui/ui.spinner.js