Created
July 23, 2010 15:40
-
-
Save hwatkins/487600 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"> | |
<title>untitled</title> | |
<meta name="generator" content="TextMate http://macromates.com/"> | |
<meta name="author" content="Hugh Watkins"> | |
<!-- Date: 2010-06-25 --> | |
<script type="text/javascript" | |
src="http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js"></script> | |
<script type="text/javascript"> | |
$(document).ready(function() { | |
$('.inner').fadeOut(300).delay(2000).queue(function () {$(this).append('<audio autoplay><source src="http://translate.google.com/translate_tts?tl=en&q=Condition+Red!+All+Hands+on+deck" /></audio>')}) | |
}); | |
</script> | |
</head> | |
<body> | |
<div class="inner"> | |
Goodbye | |
<p>Test</p> | |
</div> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment