I have a parent div which is 150 * 150px and a child div which is 3000 * 3000px.
150 * 150px
3000 * 3000px
I want move the child inside the parent div, like this:
How can I do this?
Yo can do that with jquery $("#child").draggable({ containment: 'parent' });
$("#child").draggable({ containment: 'parent' });
Yo can do that with jquery
$("#child").draggable({ containment: 'parent' });