문자영역 초기화 추가
@e40b5ac85ee07c02cdcd2b084d1e1fcfcc4b59bd
--- src/main/webapp/WEB-INF/jsp/web/main/mainPage.jsp
+++ src/main/webapp/WEB-INF/jsp/web/main/mainPage.jsp
... | ... | @@ -666,6 +666,7 @@ |
| 666 | 666 |
|
| 667 | 667 |
//장문, 단문 문자 샘플 로드 |
| 668 | 668 |
function fnLetterListAjax() {
|
| 669 |
+ $("#letterLoad").html(""); // 문자 영역 초기화
|
|
| 669 | 670 |
$("#photoLoad").css('display','none')
|
| 670 | 671 |
$("#letterLoad").css('display','block')
|
| 671 | 672 |
|
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?