jquery.ui.spinner icon indicating copy to clipboard operation
jquery.ui.spinner copied to clipboard

jQuery.ui extension for a numeric spinner

Results 4 jquery.ui.spinner issues
Sort by recently updated
recently updated
newest added

When I use spinner in jqueryUI dialog box arrows are not longer connected to input box, they go one line below instead.

Can you give an example of how to use the format option? I can't seem to get it to work. I keep getting the following error: Error: options.format(max, places, input)...

Using Firefox (possibly other browsers), if you dynamically add content to your form after initializing the spinners, their positions will be off. temporary fix after adding dynamic content: $(".spinner").spinner("destroy"); $(".spinner").spinner({min:...

http://btburnett.com/spinner/example/example.html renders fine in Chrome but http://www.jgeppert.com/jquery-spinner/ does not. Specifically, the up/down arrows render on a separate line than the text-field. This is 100% reproducible.