diff --git a/src/main/webapp/WEB-INF/jsp/web/main/mainPage.jsp b/src/main/webapp/WEB-INF/jsp/web/main/mainPage.jsp index 6ebe857c..40c43e44 100644 --- a/src/main/webapp/WEB-INF/jsp/web/main/mainPage.jsp +++ b/src/main/webapp/WEB-INF/jsp/web/main/mainPage.jsp @@ -78,7 +78,7 @@ $(document).ready(function() { //그림문자 리스트 불러오기 document.letterForm.categoryCode.value = "best" fnPhotoListAjax(); - + fnLongLetterListBlind(); //문자 리스트 불러오기 //fnLetterListAjax(); @@ -655,6 +655,15 @@ function fnPhotoListAjax() { }); } +//메인화면 첫 로딩시 인기장문문자 히든 시켜두기 +function fnLongLetterListBlind(){ + fnLetterListAjax(); + $("#photoLoad").css('display','block') + $("#letterLoad").css('display','none') + +} + + //장문, 단문 문자 샘플 로드 function fnLetterListAjax() { $("#photoLoad").css('display','none')