I know how to remove attribute from a single element, there are already some posts about that:
$(\"div.preview\").removeAttr(\"style\");
Th
$("div.preview, div.preview *").removeAttr("style");