jQuery UI Draggable - drag beyond absolute positioning

57 views Asked by At

I am unable to see the elements that i am dragging once they leave a parent element that has absolute positioning. (Cant see the draggable helper as it moves)

Check out the example at http://nairobi.io/tests/jquery-ui-draggable Kindly help me fix this problem.

1

There are 1 answers

3
Duncan Thacker On BEST ANSWER

You've misspelled "appendTo" as "apendTo" in your draggable initialiser (line 138), which means the helper is not being added to the right place.