Scriptaculous JavaScript DHTML



Untitled Document




Event.observe(window, 'load', function() {
  new Draggable('regular');
  new Draggable('ghostly', { ghosting: true });
});



This drags regularly


This drags with ghosting