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
if any is working with this library and need reset/remove/destroy element binded with timepiker and not work correctly, i have done with this:
vardate1=$('[name="i_hou_1"]');//input related to timepickervardate1div=date1.closest(".input-group.bootstrap-timepicker.time");//input-addon related to timepicker (class can variate)window.DatepickersDestroy(date2div);//global call to the methodfunctionTimePickerDestroy(target){target.find("input:text").each(function(){varpicker=$(this);picker.timepicker('remove');picker.off('click');});target.find("*").each(function(){varpicker=$(this);picker.off('click');picker.off('.timepicker');})}
The text was updated successfully, but these errors were encountered:
if any is working with this library and need reset/remove/destroy element binded with timepiker and not work correctly, i have done with this:
The text was updated successfully, but these errors were encountered: