Is there a way to make an html page from the contents() object??
for example iterate over $('body').contents() object and make a output like this:
<body>
<div>text<a href=#></a></div>
<p>%^$$</p>
....
</body>
thanks!!! and sorry for the english!