--- src/main/webapp/publish/mypage_index_2024.html
+++ src/main/webapp/publish/mypage_index_2024.html
... | ... | @@ -22,6 +22,8 @@ |
| 22 | 22 |
|
| 23 | 23 |
<script> |
| 24 | 24 |
$(function () {
|
| 25 |
+ |
|
| 26 |
+ // on/off 시 confirm 창 노출 |
|
| 25 | 27 |
$('.security_set .tab_depth1 a').click(function () {
|
| 26 | 28 |
if ($(this).text().trim() == "ON") {
|
| 27 | 29 |
confirm("보안로그인 설정 후 로그인 시, 등록한 휴대폰번호로 추가 인증이 진행됩니다")
|
... | ... | @@ -29,10 +31,14 @@ |
| 29 | 31 |
confirm("가입자 휴대폰번호로 본인인증 후 해제가 가능하며, 보안로그인 설정을 해제함으로써 발생하는 손해에 대하여 회사는 책임지지 않습니다.")
|
| 30 | 32 |
} |
| 31 | 33 |
}) |
| 34 |
+ |
|
| 35 |
+ // ip추가 버튼 클릭 시 tr 추가 |
|
| 32 | 36 |
$(".btn_ip_plus").click(function () {
|
| 33 | 37 |
var ipTr = '<tr><td><input type="text" class="input_text"></td><td><input type="text" class="input_text"></td><td>-</td><td><button type="button" class="btnType btnType5">등록</button></td></tr>'; |
| 34 | 38 |
$(".ip_table tbody").prepend(ipTr);
|
| 35 |
- }) |
|
| 39 |
+ }); |
|
| 40 |
+ |
|
| 41 |
+ |
|
| 36 | 42 |
}) |
| 37 | 43 |
|
| 38 | 44 |
|
Add a comment
Delete comment
Once you delete this comment, you won't be able to recover it. Are you sure you want to delete this comment?