<div class="box" id="box">拖曳我</div>
.box {
  width: 100px;
  height: 100px;
  background-color: red;
  color: white;
}
$( "#box" ).draggable();

External CSS

This Pen doesn't use any external CSS resources.

External JavaScript

  1. https://cdnjs.cloudflare.com/ajax/libs/jquery/3.4.1/jquery.min.js
  2. https://cdnjs.cloudflare.com/ajax/libs/jqueryui/1.12.1/jquery-ui.min.js