Add: player_list.js

This commit is contained in:
2018-07-03 14:35:39 +09:00
parent c4edd7abe1
commit fa241a6ee0
9 changed files with 459 additions and 54 deletions
+1 -16
View File
@@ -1,8 +1,7 @@
<script type="text/javascript">
$(document).ready(function() {
console.log("ready");
$("#section_add_player").load("./../module/maestro_section_add_player.html");
$("#search").load("./../module/maestro_section_search.html");
loadPlayerList();
});
@@ -25,20 +24,6 @@ $(document).ready(function() {
</div>
<div id="search" class="hide">
<div>
검색
아이디
<input type="text" id="search_name"><button>찾기</button><br/>
<br/>
<h3>검색 결과</h3>
학생 이름
<input type="text" id="result_name"><button>삭제</button><br/>
입장 코드
<input type="text" id="result_entercode"><button>수정</button>
</div>
</div>
<div id="mouse_app_list" class="hide">