Changed the selector

Also, I’m an idiot. (coming, not comming.)
This commit is contained in:
Charles Truluck 2015-12-23 22:37:28 -05:00
parent 6451720c48
commit 6e538e221f

View file

@ -23,13 +23,11 @@
<input type="text" placeholder="Name" id="name" style="width:50em;">
</div>
<br><br>
<div class="ui input">
<select name="type" id="type" data-width="auto">
<option value="1">US Middle/High School Student</option>
<option value="2">Middle/High School Teacher</option>
<option value="3">Non-US/Non-Student/Observer</option>
</select>
</div>
<select name="gender" class="ui dropdown" id="select" style="width: 50em;">
<option value="1">US Middle/High School Student</option>
<option value="2">US Middle/High School Teacher</option>
<option value="3">Non-US/Non-Student/Observer</option>
</select>
<br><br>
<div class="ui input">
<input type="text" placeholder="Username" style="width:50em;">
@ -54,4 +52,9 @@
</button>
</center>
</body>
<script>
$('#select')
.dropdown()
;
</script>
<html>