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

Hi, Using Chrome 5 and Safari on Mac. When clicking the spinner up or down buttons for the first time the input value is highlighted. It might be better to...

Hello Just want to ask for next feature. Add some option, for example 'circular', which will be work only if mim and max setted. If 'circular' is true and value...

``` $("#txtViewZ").spinner({max:90,min:0,places:1,step:0.1}).change(function(){ var vZ = parseFloat($(this).val()); var vX = parseFloat($('#txtViewX').spinner('value')); var vY = parseFloat($('#txtViewY').spinner('value')); //alert("One"); //__g.spatialAnalysis.setAnalyseViewerPositionSphere(vX,vY,vZ); ``` }); Hi, The code above if I leave alert("one") uncommented ,I got a...

It seems the spinner buttons height is calculated based on the input height it is attached to. Hidden input fields (ie on an not active tab) reports input.outerHeight() == 0...