Ad Code

Disable auto scroll on JQuery datetime picker plugin


Pass options scrollMonth and scrollInput to false.

jQuery('#datetimepicker4').datetimepicker({
  format:'d.m.Y H:i',
  lang:'ru',
  scrollMonth : false,
  scrollInput : false
});

Post a Comment

0 Comments