Skip to content

Instantly share code, notes, and snippets.

@dgershman
Created April 1, 2019 22:46
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 dgershman/48d511b8a8064c29df97865efbf1fe92 to your computer and use it in GitHub Desktop.
Save dgershman/48d511b8a8064c29df97865efbf1fe92 to your computer and use it in GitHub Desktop.
<a id="Day1" href="javascript:selectDay(1)">Sunday</a>
<a id="Day2" href="javascript:selectDay(2)">Monday</a>
<a id="Day3" href="javascript:selectDay(3)">Tuesday</a>
<a id="Day4" href="javascript:selectDay(4)">Wednesday</a>
<a id="Day5" href="javascript:selectDay(5)">Thursday</a>
<a id="Day6" href="javascript:selectDay(6)">Friday</a>
<a id="Day7" href="javascript:selectDay(7)">Saturday</a>
<hidden id="selectedDay"/>
<select id="language">
<option value="47">English</option>
<option value="52">French</option>
</select>
<hr />
<div id="results"></div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment