JQuery JavaScript Tutorial





  jQuery UI Draggable - Default functionality
  
  
  
  
  
  
  #draggable { width: 150px; height: 150px; padding: 0.5em; }
  
  
  $(function() {
    $("#draggable").draggable();
  });
  




  

Drag me around






Enable draggable functionality on any DOM element. Move the draggable object by clicking on it with the mouse and dragging it anywhere within the viewport.