Is it possible transform one DOM element to another? By jQuery or even by JavaScript.
I just to want for example: get table > thead > tr > th's with all classes, attributes, properties and put it in table > body like as tr > td.
Or maybe is another way for that?