jQuery-Knob
jQuery-Knob copied to clipboard
Nice, downward compatible, touchable, jQuery dial
 No custom css added. But, input field is showing like this.
When I use trigger in my code it always return NaN but when I remove trigger part my code works just fine ```javascript $('#knobTicket') val(data.tickets) .trigger( 'configure', { "min": 0,...
I have a knob where the min amount is set to 500. Stopper is set true. When I want to type in a new amount, then the input field will...
Clickable area is broken after changing min value of Knob ``` javascript $target.trigger( 'configure', { min: newMinValue } ); $target.trigger('change'); ```
Hi when I try to pass a value to the input.dial using PHP it doesn't work, keeps displaying zero, however if I passed the value to the div.knob-label it does...
I can see in jquery.knob.js on line 651 && (kc !== 190 || s.$.val().match(/\./)) // . allowed once It is not allowing (.) value which is clicked by Num pad....
We found that select2 lib can't run on same page with Knob. Individually they run perfect. Only include script on head and appear: jQuery.Deferred exception: $(...).select2 is not a function
Hello, good morning. Please support your support to know how to add text labels to the center of knob. something as shown in the following image.  Thanks a lot...
Hi, I am trying to add a jquery knob to my svg using 'foreignObject' tag. Everything works fine, but I can't seem to see the input value in the knob....
I have a problem where i have a left menu bar that is folded by default, when i unfold the menu bar the digit ket moved away from the dial....