move element from one div to another and ordering objects jquery code example Example: how to move div using jquery $('#destination').append( $('#source') );