-
Notifications
You must be signed in to change notification settings - Fork 84
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
Option onClose #42
Comments
Hi, There is an example of using the events on the timepicker page at http://fgelinas.com/code/timepicker/ If you want to change the onClose function you can set it like this :
or remove the callback like this :
|
Hi!! Thanks for the answer!! Follow my code! //Previne o cursor ficar no input apos teclar enter ou esc (executando as funcoes do onClose) }); |
Hy!
//DatePicker - This Function
$(this).datepicker('option','onClose', '');
//TimePicker - Its not Function !!
$(this).timepicker('option','onClose', '');
There is a way to do that?
The text was updated successfully, but these errors were encountered: