jQuery-Knob
jQuery-Knob copied to clipboard
Dynamically changing data-max screws with knob size
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?
answered in #187
No, this doesn't resolve the issue at all, in fact it demonstrates it.