Felipe Lastowizka
Felipe Lastowizka
I tried to call the methods inside a 'dragStart' and 'pointerUp' to recalculate, but not work. I am not sure if its not recalculate because is required a 'startPosition' by...
I created an workahound: > function FctAdjustTop(box) { var totalTop = $(".conteintment").offset().top + $(".conteintment").height(); var totalTopElement = $(box).offset().top + $(box).height(); var diff = totalTop - totalTopElement; diff = diff +...
+1 the same issue here
the same problem