Delete all inline styling in a page with jQuery

    [javascript]
    $("*[style]").attr("style", "");
    [/javascript]

    Leave a Reply