Issue in Draggable Control

Issue in Draggable Control

Draggable

Is there any issue in "Draggable" control . I faced this error "Animation jQuery UI draggable element back to starting position".
 Because I had to use this code to resolve this.
Below code  reset float  to none in all the parent controls of the Draggable container
  1. $("#DraggableContainer").parents().each(
  2. function(){  $(this).css("float","none"); }
  3. )