Problem: How can I add callbacks to a custom datepicker field using custom JavaScript?
Solution: Use the Datepicker API from jQuery UI to hook into the onClose and onSelect events as needed:
jQuery(document).ready(function(){ jQuery('input.hasDatepicker').datepicker('option','onClose',function(){ console.log('close'); }); jQuery('input.hasDatepicker').datepicker('option','onSelect',function(){ console.log('select'); }); });
Relevant Documentation:
http://api.jqueryui.com/datepicker/#option-onClose
This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.
Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.
Hoy no hay técnicos de soporte disponibles en el foro Juego de herramientas. Siéntase libre de enviar sus tiques y les daremos trámite tan pronto como estemos disponibles en línea. Gracias por su comprensión.
Este tema deriva de https://toolset.com/es/forums/topic/limit-date-range-for-cred-form-date-field/
Sun | Mon | Tue | Wed | Thu | Fri | Sat |
---|---|---|---|---|---|---|
8:00 – 12:00 | 8:00 – 12:00 | 8:00 – 12:00 | 8:00 – 12:00 | 8:00 – 12:00 | - | - |
13:00 – 17:00 | 13:00 – 17:00 | 13:00 – 17:00 | 13:00 – 17:00 | 13:00 – 17:00 | - | - |
Supporter timezone: America/New_York (GMT-04:00)
Este tema contiene 2 respuestas, tiene 3 mensajes.
Última actualización por hace 6 años, 3 meses.
Asistido por: Christian Cox.