The afterSelect event handler.
A function called after user selects a day by mouse.
Syntax
Javascript (Usage) | |
---|
var instance; // Type: options
instance.afterSelect = function(e, args) { };
|
Javascript (Specification) | |
---|
afterSelect = function (
: Object,
: ISelectedDate
) { };
|
Parameters
- e
- The jQuery.Event object.
- args
- The data with this event.
See Also
Reference
options type