add.jsp 수정

This commit is contained in:
daniel LEE 2023-11-02 12:16:37 +09:00
parent d4a1e71041
commit 7d8aaa1f1a
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@
<title>Insert title here</title> <title>Insert title here</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<script src="http://code.jquery.com/jquery-3.4.1.min.js"></script> <script src="https://code.jquery.com/jquery-3.4.1.min.js"></script>
<script> <script>
$(document).ready(function(){ $(document).ready(function(){
$('#add').on('click', function(){ $('#add').on('click', function(){