Handle

+Move me, but you can use the plus sign to drag me around.
        
  dragularService([document.getElementById(left), document.getElementById(right)], {
    moves: function (el, container, handle) {
      return handle.className === 'handle';
    }
  });