Skip to content

Instantly share code, notes, and snippets.

@wismer
Created December 7, 2016 21:30
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 wismer/d62ad97d33a19428d82ee00d20bbda1f to your computer and use it in GitHub Desktop.
Save wismer/d62ad97d33a19428d82ee00d20bbda1f to your computer and use it in GitHub Desktop.
Exported from Popcode. Click to import: https://popcode.org/?gist=d62ad97d33a19428d82ee00d20bbda1f
<!DOCTYPE html>
<html>
<head>
<title>Page Title</title>
</head>
<body>
<input id='change-me' />
<button>CHANGE ME</button>
</body>
</html>
// type in a color into the input box
// and, with jQuery, have the background color of the button change to that color
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment