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
- $("#DraggableContainer").parents().each(
- function(){ $(this).css("float","none"); }
- )