메인화면 로딩시 인기 장문문자 내용 히든으로 숨겨놓기 추가
@2a4fbd9797660a2d9ed6b2f61b70adf7c342aa0c
--- src/main/webapp/WEB-INF/jsp/web/main/mainPage.jsp
+++ src/main/webapp/WEB-INF/jsp/web/main/mainPage.jsp
... | ... | @@ -78,7 +78,7 @@ |
| 78 | 78 |
//그림문자 리스트 불러오기 |
| 79 | 79 |
document.letterForm.categoryCode.value = "best" |
| 80 | 80 |
fnPhotoListAjax(); |
| 81 |
- |
|
| 81 |
+ fnLongLetterListBlind(); |
|
| 82 | 82 |
//문자 리스트 불러오기 |
| 83 | 83 |
//fnLetterListAjax(); |
| 84 | 84 |
|
... | ... | @@ -655,6 +655,15 @@ |
| 655 | 655 |
}); |
| 656 | 656 |
} |
| 657 | 657 |
|
| 658 |
+//메인화면 첫 로딩시 인기장문문자 히든 시켜두기 |
|
| 659 |
+function fnLongLetterListBlind(){
|
|
| 660 |
+ fnLetterListAjax(); |
|
| 661 |
+ $("#photoLoad").css('display','block')
|
|
| 662 |
+ $("#letterLoad").css('display','none')
|
|
| 663 |
+ |
|
| 664 |
+} |
|
| 665 |
+ |
|
| 666 |
+ |
|
| 658 | 667 |
//장문, 단문 문자 샘플 로드 |
| 659 | 668 |
function fnLetterListAjax() {
|
| 660 | 669 |
$("#photoLoad").css('display','none')
|
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?