move content from one hidden div to another displayed div

Viewed 24873

how do i move content from one hidden div to another displayed div using jquery?

say i have div1 with display style is none and another div "div2" with display style block.

how do I move the content from div1 to div2 and clear div1?

4 Answers
Related