메인화면 로딩시 인기 장문문자 내용 히든으로 숨겨놓기 추가

This commit is contained in:
woo 2023-08-22 11:11:08 +09:00
parent 565c6286e5
commit 2a4fbd9797

View File

@ -78,7 +78,7 @@ $(document).ready(function() {
//그림문자 리스트 불러오기 //그림문자 리스트 불러오기
document.letterForm.categoryCode.value = "best" document.letterForm.categoryCode.value = "best"
fnPhotoListAjax(); fnPhotoListAjax();
fnLongLetterListBlind();
//문자 리스트 불러오기 //문자 리스트 불러오기
//fnLetterListAjax(); //fnLetterListAjax();
@ -655,6 +655,15 @@ function fnPhotoListAjax() {
}); });
} }
//메인화면 첫 로딩시 인기장문문자 히든 시켜두기
function fnLongLetterListBlind(){
fnLetterListAjax();
$("#photoLoad").css('display','block')
$("#letterLoad").css('display','none')
}
//장문, 단문 문자 샘플 로드 //장문, 단문 문자 샘플 로드
function fnLetterListAjax() { function fnLetterListAjax() {
$("#photoLoad").css('display','none') $("#photoLoad").css('display','none')