jQuery UI spinner widget
May 4 2009 2 Comments
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.
Hello,
there is a bug in your Spinner widget on the Opera Web Browser :
http://img822.imageshack.us/img822/7007/bugspinner.png
Sometimes, the arrow buttons are not at the right place.
Do you know why ?
Thanks to fix this problem.
You’re correct, Opera has some issues with rendering. However, I’m not really supporting this widget anymore. For my personal work, I’ve been using the partially complete spinner from the jQuery UI repository. It’s going to be included in the jQuery UI 1.9 release.