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

javascript - Google App Script ContentService downloadAsFile not working -

javascript - Function overwritting -

c# - Exception when attempting to modify Dictionary -