Displaying 1 result from an estimated 1 matches for "item_list_scroll".
2005 Sep 29
14
Draggables and overflow div''s revisited
...oat
above the target div?
*) Is there a way to easily disable the revert
animation effect but keep the behavior? (I''d like the
element to move via the ghost, but not change position
on mouse release).
All help appreciated.
<div id=''destination'' class=''item_list_scroll''>
<%= render(:partial => ''shared/items'', :object =>
@items) %>
</div>
<div class=''item_list_scroll''>
<div id=''drag1''>[*] Draggable Element</div>
<%= draggable_element "drag1", :ghostin...