Skip to content

Instantly share code, notes, and snippets.

@momota10
Last active January 10, 2016 05:40
Show Gist options
  • Save momota10/177ba8f912af002438e0 to your computer and use it in GitHub Desktop.
Save momota10/177ba8f912af002438e0 to your computer and use it in GitHub Desktop.
<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