Skip to content

Instantly share code, notes, and snippets.

@kirsten
Last active May 15, 2017 15:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kirsten/c6d9d506ada7c79a1f6017667bd288ce to your computer and use it in GitHub Desktop.
Save kirsten/c6d9d506ada7c79a1f6017667bd288ce to your computer and use it in GitHub Desktop.
Exported from Popcode. Click to import: https://popcode.org/?gist=c6d9d506ada7c79a1f6017667bd288ce
<!DOCTYPE html>
<html>
<head>
<title>Timer Beyonce</title>
</head>
<body>
<button id="start">Show me Beyonces!</button>
<div id="beyonces"></div>
</body>
</html>
{"enabledLibraries":["jquery"]}
// Beyonce pic: http://bit.ly/2ospO8I
$("#start").click(function() {
// Use setInterval() to show a picture of
// Beyonce every (1) second.
});
img {
width: 100px;
margin: 10px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment