Html+jQuery : 如何移动(拖动)div的内容?

Html+jQuery : How movable (drag) content of div?

我有一个 parent div 150 * 150px 和一个 child div 3000 * 3000px.

我想将 child 移动到 parent div 中,像这样:

我该怎么做?

你可以用 jquery
$("#child").draggable({ containment: 'parent' });