Skip to content

Instantly share code, notes, and snippets.

@mikevalstar
Created June 24, 2011 17:13
Show Gist options
  • Save mikevalstar/1045227 to your computer and use it in GitHub Desktop.
Save mikevalstar/1045227 to your computer and use it in GitHub Desktop.
Replace audio with internals
$('audio').each(function(){
$(this).parent().html($(this).html());
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment