Skip to content

Instantly share code, notes, and snippets.

@venkat
Created May 2, 2017 01:38
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 venkat/98cac4df97ea1e1ed0b9b528a950c42b to your computer and use it in GitHub Desktop.
Save venkat/98cac4df97ea1e1ed0b9b528a950c42b to your computer and use it in GitHub Desktop.
Exported from Popcode. Click to import: https://popcode.org/?gist=98cac4df97ea1e1ed0b9b528a950c42b
<!DOCTYPE html>
<html>
<head>
<title>Class Randomizer</title>
</head>
<body>
<h1>Randomly Choose a Student</h1>
<button id ="studentButton">Click Me!</button>
<div id ="studentDisplay"></div>
<h1>Randomly Choose a Teacher</h1>
<button id ="teacherButton">Click Me!</button>
<div id ="teacherDisplay"></div>
</body>
</html>
{"enabledLibraries":["jquery"]}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment