Created
May 13, 2015 17:08
-
-
Save nerdburn/32c5c28fdaf80f26f1b5 to your computer and use it in GitHub Desktop.
Footer Meta Without Postachio.js
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
<!-- assets --> | |
<script src="{{ static('libs/mediaelement/mediaelement-and-player.min.js') }}"></script> | |
<!-- media player --> | |
<script type="text/javascript"> | |
$(document).ready(function(){ | |
$('audio').mediaelementplayer(); | |
}); | |
</script> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment