Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes for trigger issues on value change #288

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

aruncsengr
Copy link

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 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 aruncsengr changed the title Fix trigger issues on value change Fixes for trigger issues on value change Aug 5, 2015
@josenicomaia
Copy link

+1

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.

2 participants