jQuery-Knob
jQuery-Knob copied to clipboard
Changing min-max dynamically breaks knob clickable area
Clickable area is broken after changing min value of Knob
$target.trigger(
'configure',
{
min: newMinValue
}
);
$target.trigger('change');
Would love to have a fix for this as well..