Skip to content

Instantly share code, notes, and snippets.

@matryer
Created April 18, 2018 13:08
Show Gist options
  • Select an option

  • Save matryer/aecd14acc822b00453fa07bd9d94885c to your computer and use it in GitHub Desktop.

Select an option

Save matryer/aecd14acc822b00453fa07bd9d94885c to your computer and use it in GitHub Desktop.
<ul id='choices'>
<li id='choice-horror'>
<a href='javascript:reward("horror")'>Horror</a>
</li>
<li id='choice-comedy'>
<a href='javascript:reward("comedy")'>Comedy</a>
</li>
<li id='choice-drama'>
<a href='javascript:reward("drama")'>Drama</a>
</li>
<li id='choice-documentary'>
<a href='javascript:reward("documentary")'>Documentary</a>
</li>
<li id='choice-kids'>
<a href='javascript:reward("kids")'>Kids</a>
</li>
</ul>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment