Friday, 24 October 2014

Detecting date selection in the JQuery datepicker control

The following function will attached the callback function to the JQuery datepicker control whenever the user choose a date from the popup:

function dt_attach_value_change_event(ctl_id, callback) {
    $(ctl_id).datepicker("option", "onSelect", callback);
}

We are moving

We are moving this blog to our new blog site: https://ciysys.com/blog/nodejs.htm