-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Clicking on a date in the datepicker does not trigger the JS change event #60
Comments
The above is a feature request. For a temporary fix for users affected by this issue, use the following
|
It would be great if this was built into the datepicker |
+1 |
Try this: $(".modal_datepicker").on("click", function(e){ |
Hi, in IE 11 |
If an
input
element has it'sonchange
event watched by some JS, thisonchange
event will not get triggered when a date in the datepicker is selected.This is likely linked with this issue:
http://stackoverflow.com/questions/3179385/val-doesnt-trigger-change-in-jquery
The text was updated successfully, but these errors were encountered: