draggable


        $('.box').draggable({
          opacity: 0.5,
          cursor: 'move',
          zIndex: 10000,
          start: function(ev, ui) {
  
            // figure out all the initial positions for the selected elements
            // and store them.