Is there any way to replace a content using jQuery from – let’s say,
<html>
<body>
<div class="information1">
This is the information.
</div>
</body>
</html>
to
<html>
<body>
<div id="information">
<div class="information1">
This is the information.
</div>
</div>
</body>
</html>
More on the
wrap()function here: http://api.jquery.com/wrap