Events
On this page
These events may provide additional details. For native javascript you can
get this data via e.details.*
. For jQuery the details are directly in the event, e.g.
e.date
Each of these events inherit from the BaseEvent
interface.
change.td
Emit when the date selection is changed.
update.td
Emits when the view changes for example from month view to the year view.
error.td
Emits when a selected date or value from the input field fails to meet the provided validation rules.
show.td
Emits when then picker widget is displayed.
hide.td
Emits when the picker widget is hidden.