Skip to content

Instantly share code, notes, and snippets.

@jackilyn
Created July 2, 2012 19:23
Show Gist options
  • Select an option

  • Save jackilyn/3035109 to your computer and use it in GitHub Desktop.

Select an option

Save jackilyn/3035109 to your computer and use it in GitHub Desktop.
Delete All Inline Style with jQuery
$("*[style]").attr("style", "");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment