I am trying to use "Time Picker With Autocomplete" If I am using it direct with Page load it's working fine, but I am facing issue with AJAX loading, when I am loading Time picker with Ajax it's not showing , may I know how to refresh the time picker after ajax loading.
i tried with:
$( document ).ajaxComplete(function() {
$(".my_datetimepicker").timeAutocomplete("refresh");
});
still it's not refreshing