Displaying 1 result from an estimated 1 matches for "dragbutton".
2006 May 23
2
Draggables and z-index
...ooking at the code, it seems like the zIndex stuff is set *after*
the revert function is called... is there any way to do what I''m
trying to do?
Here''s my call to Draggable just in case it''s obviously stupid:
new Draggable(''g-'' + G.cg,{handle:''dragbutton'',revert:function(el){setCurrent(el)},zIndex:false});
Thanks!