Last active
January 10, 2016 05:40
-
-
Save momota10/177ba8f912af002438e0 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<table id="birthday-table"> | |
<thead> | |
<tr> | |
<th>誕生月</th> | |
<th>誕生日</th> | |
<th>削除</th> | |
</tr> | |
</thead> | |
<tbody> | |
<tr id="birthday-setting[0]" > | |
<td> | |
<select> | |
<option>誕生月を選択してください</option> | |
<option>略</option> | |
</select> | |
</td> | |
<td> | |
<select> | |
<option>プロジェクト名を選択してください</option> | |
<option>略</option> | |
</select> | |
</td> | |
<td> | |
<button id="delete-birthday-setting" type="button">削除</button> | |
</td> | |
</tr> | |
</tbody> | |
</table> | |
<button type="button" id="add-birthday-setting">設定の追加</button> | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment