jQuery-Knob icon indicating copy to clipboard operation
jQuery-Knob copied to clipboard

Nice, downward compatible, touchable, jQuery dial

Results 103 jQuery-Knob issues
Sort by recently updated
recently updated
newest added

Hi, I would like to know if there's any reason for which the jQuery Knob's touchmove/touchend and mousemove/mouseend event handlers are attached to the document as opposed to the canvas....

This is great work. I wonder it is possible to to put the knob in style or css/image instead of simple color. If could, I would like to know how.

Non-numeric keys enter, backspace, tab, minus, period, and arrow keys are supported, but the keys on the numpad themselves actually have different keycodes from those used in the code. 190...

It would be useful to be able to specify the size of the dial this way. I need to be able to responsive change the size of the dial .....

I want to create a arrow in dialup circle and after draging that circle circle value increase so how can i create an arrow on loader like this image ![progress](https://cloud.githubusercontent.com/assets/11732805/9744611/8c34bfee-568a-11e5-8c19-3242f711edbc.png)

When I run this: $('#moves').trigger('configure', { 'max': 500 }); $('#moves').trigger('change'); it completely loses the original size, and shrinks it down to tiny. Any ideas?

GREAT - LOVE IT - but... no matter what order do it - adding in one of these - the simplest example, utterly messes up jQuery Mobile. AT BEST it...

Hi, It would be useful to be able to customize the slider handle like that: ![slider handler](https://cloud.githubusercontent.com/assets/604486/6396847/38a9f46c-bde1-11e4-875c-bfd6a6e73137.png) Can you give me a clue about how to implement it in the...

When using the knob as an input, I'd like to have it display a greyed-out "0", but it defaults to NaN. I could do value="0", but that negates the "required"...

When initialise knob with steps, call back value is still in raw format (float numbers). Instead it should pass back the correct value base on user's specifications on steps.