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

Dynamically changing data-max screws with knob size

Open ojsglobal opened this issue 9 years ago • 2 comments

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?

ojsglobal avatar Mar 02 '15 17:03 ojsglobal

answered in #187

zxfrank avatar Jun 19 '15 16:06 zxfrank

No, this doesn't resolve the issue at all, in fact it demonstrates it.

ojsglobal avatar Sep 09 '15 11:09 ojsglobal