Volodymyr
Results
2
comments of
Volodymyr
@victorgsp it work good. But dafault datepicker don`t autohide on select. I update your code ``` $.datepicker._selectDateOverload = $.datepicker._selectDate; $.datepicker._selectDate = function (id, dateStr) { var target = $(id); var...
> I do it modifying the position of element manually and accessing the `draggable-state` via `getAttribute` to change the `startDragPosition` and `currentDragPosition`, but it's tricky Hi! How did you set...