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

Hello, Thank you for your great library. I have a problem with step in knob, when I set `{min: 0, max: 10, step: 1}` user can change the number between...

I want to set the input value as timer & I managed to achieve that by using 'format' `$('#knob1').knob({ 'min': 0, 'max': 60, 'step': 1, // 'width': 200, 'thickness': 0.3,...

I created the knob inputs in the document.ready event (with readonly set at the default false value). I want to set the readonly option to true for all the .knob...

1. Control now gracefully handles empty input, falling back to zero instead of NaN. 2. The control now also handles 'wheel' events instead of only 'mousewheel' and 'DOMMouseScroll' events. Modern...

This gives the option to disable the mousewheel event. It is enabled be default (set to true), but can be disabled in knob settings.

+1 for ability to modify/specify the text that appears in the middle of the knob. Prefer this plugin to circliful, but this is a requirement. thx!

I think info about installing this package can be more visible.

Hello I want to use this for a media player, the media player will play different tracks with different values, so it's useful to change the max value on the...

Because stuff breaks when you don't. (for example: when concatenating js files)

I've made this plugin for display time-lapse with knob, but if re-launch the plugin on runtime knob tilt. ``` javascript var knob_options = {knob: {width: 24, height: 24, displayInput: true,...