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

Fixes for trigger issues on value change

Open aruncsengr opened this issue 9 years ago • 1 comments

Hi,

I would like to contribute my work to the project with some fixes for the following issues by this branch.,

  1. Triggering change event when the input field value gets changed (solution for the opened issue - change input value won't trigger change #284)

  2. Custom trigger 'change' call on user's change callback

<script>
    $('.dial')
        .val(27)
        .trigger('change');
</script>

Hope the fixes would be helpful for you to fix and close certain opened issues ;)

Thanks!

aruncsengr avatar Aug 05 '15 23:08 aruncsengr

+1

josenicomaia avatar Oct 21 '15 18:10 josenicomaia