on change event not firing #5
It should already trigger the change event. https://github.com/FezVrasta/dropdown.js/blob/master/jquery.dropdown.js#L113 I've written If you wanna send a PR is welcome, otherwise I'll do it when I can. |
NoelChew
commented
Jan 16, 2015
My apologies, I wasn't having the latest dropdownjs. In the previous version, '.change()' didn't exist. Now it is working fine. Thanks! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Can you show me how to trigger the onChange event with 'form-control' class?
There seems to be a problem triggering the on change event when dropdown.js is used.