How to move an element into another parent element using jQuery?
An important piece to the puzzle when coding with jQuery is that how can one move elements using jQuery around the DOM tree. For instance of there is a paragraph within one div element and you want to move that paragraph inside some other div ...