-
Notifications
You must be signed in to change notification settings - Fork 301
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
Not triggering on change for select element #378
Comments
This also affects me. The following acts as a workaroung in my case but I would like the onchange events to get automatically handled: |
ok, I've found out that the change event does trigger, but only if you bind your listener via jQuery.change. A listener that's bound natively via This should at least be documented on the project website. |
hi, i have experienced the same issue and i tried to create and trigger manually the change event.
|
I am adding an on change event listener to a select element and it works when I don't use the this plug in. When I add selectBoxIt to my selects it doesn't trigger the event to the original select element. I can manually trigger it to get my listeners to work for testing purposes. I am using a vanilla js process to add and listen to the change event. Any thoughts?
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.
The text was updated successfully, but these errors were encountered: