draggable


        $('.box').draggable({
          opacity: 0.5,
          cursor: 'move',
          zIndex: 10000,
          
          // figure out all the initial positions for the affected elements,
          // relative to the one being dragged, and store them.
          // We use the data() function to store temporary information on the
          // objects themselves.