Moving Tags in DOM using jQuery

Introduction Download I this quick post you will learn how to move any tag in DOM using jQuery. Firstly, I will show you a problem and then I will talk on its fixes. Here's a problem: My friend has designed a web page that has following information inside <body> tag. He is actually novice in web. < body > < div style =" width : 500px ; text-align : justify ; "> < h2 > History of Visual Studio </ h2 > < div class ="mainBodyInfos"> < div class ="CopyrightInfo"> Copyright © 2009-2012 ITORIAN. All rights reserved. </ div > ...