Closed rakeshy3 closed 5 years ago
ab.datepicker.closed is not a callback method. It's an event that is triggered on the calendar portion of the datepicker.
If you want to capture this event, try something like : $(\<your data selector>).parent().parent().find('.datepicker-calendar').on('ab.datepicker.closed', function() { // your stuff here });
done
I want to do some stuff inside ab.datepicker.closed callback method. But it is not triggered.