Created
June 24, 2011 17:13
-
-
Save mikevalstar/1045227 to your computer and use it in GitHub Desktop.
Replace audio with internals
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$('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