标签: jquery html drag
我的父div为150 * 150px,子div为3000 * 3000px。
150 * 150px
3000 * 3000px
我想将孩子移到父div中,如下所示:
我该怎么做?
答案 0 :(得分:0)
$("#child").draggable({ containment: 'parent' });