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

jQuery.ui extension for a numeric spinner

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

We are relying on jquery.ui.spinner in Commerce Kickstart Drupal distro. We have been using git to get the latest version, but that has caused some problems, so we want to...

$.browser was deprecated in jQuery version 1.3 and removed in 1.9, and this breaks plugin functionality. Please consider to fix it. Thanks

.ui-spinner {position: relative;} change to .ui-spinner {position: absolute;} is ok

If I generate a new input that has the spinner class, how do I re-run the plugin to change the input to a spinner input? Currently, when I dynamically add...

This is a bit of a hack, but it allows you to change the span with the class ui-spinner into any HTML Element you want. I plan on making it...

I renamed the readme to readme.md so that markdown get interpreted when seen on github. This makes it much more readable. I also edited a few lines so that code...

It was not working when using this widget with the latest version of jquery.js (1.7.2) The wheel information "wheelDelta" or "detail" is not included on the jquery event as for...

While using Chrome I had experienced this scenario: `$("#input-id").spinner();` It seems that Chrome does not allow me to edit numbers, just the first one. I firebugged in Chrome and Firefox...

In jQuery 1.7 in _mouseWheel method, should be changed to e.originalEvent.wheelDelta and e.originalEvent.detail