[jQuery] Moving an element in the DOM

[jQuery] Moving an element in the DOM


Hi,
Given an element with id "elt" somewhere in my DOM, how do I move that
element and append it to a DIV witih id = "divElt"?
Thanks, - Dave