You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Page default scrolling stop due to timepicker onchange event when i remove onchange event its work properly
$(document).timepicker().on('changeTime.timepicker','.start',
function(e) {
alert('ok');
calculateEndTimeDuration($(this));
changeSlotDurationStatus($(this));
// console.log('The time is ' + e.time.value);
// console.log('The hour is ' + e.time.hours);
// console.log('The minute is ' + e.time.minutes);
// console.log('The meridian is ' + e.time.meridian);
});
The text was updated successfully, but these errors were encountered:
Page default scrolling stop due to timepicker onchange event when i remove onchange event its work properly
$(document).timepicker().on('changeTime.timepicker','.start',
function(e) {
alert('ok');
calculateEndTimeDuration($(this));
changeSlotDurationStatus($(this));
The text was updated successfully, but these errors were encountered: