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


i have parent div 150 * 150px , child div 3000 * 3000px.

i want move child inside parent div, this:

http://i.stack.imgur.com/tmy5u.gif

how can this?

yo can jquery
$("#child").draggable({ containment: 'parent' });


Comments

Popular posts from this blog

c# - Validate object ID from GET to POST -

node.js - Custom Model Validator SailsJS -

php - Find a regex to take part of Email -