Skip to content

Conversation

@andrscrrn
Copy link

This plugin was not returning the DOM reference itself, but the parent so if you were trying to use the DOM element and then setting the value in a different line using the same variable, it was not really going to be possible.

Example:
$cpuUtilizationCircleProgress = $('.circle-progress').knob();
$cpuUtilizationCircleProgress.val(20).trigger('change');

The second line wasn't going to do nothing since the $cpuUtilizationCircleProgress variable were getting the wrong DOM reference from jQuery-Knob in the first line.

@andrscrrn andrscrrn closed this Sep 21, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant