티스토리 뷰
var loadingTemplate="";
loadingTemplate+="<div id='loader-site' class='dark' style='display:none; z-index:99; position:fixed; top:0; left:0; width:100%; height:100%;'> ";
loadingTemplate+=" <div class='dark' style='position:absolute; top:50%; left:50%; margin:-50% 0 0 -50px; width:100px; height:100px; background:rgba(0,0,0,0.3); border-radius:10px;'> ";
loadingTemplate+=" <img src='<c:url value='loading.gif'/>' style='margin-top:-15%; width:100px;' />";
loadingTemplate+=" </div>
loadingTemplate+="<iframe style='position:absolute; top:0; left:0; width:100%; height:100%; border:0 none; z-index:-1;'></iframe> ";
loadingTemplate+="</div>";
loadingTmpl = $(loadingTemplate).appendTo(document.body).hide();
$(window)
.ajaxStart(function(){
loadingTmpl.show();
})
.ajaxError(function(){
loadingTmpl.hide();
})
.ajaxStop(function(){
loadingTmpl.hide();
})
.ajaxComplete(function(){
loadingTmpl.hide();
});
'자바(Java)' 카테고리의 다른 글
[자바] key 생성 (0) | 2018.10.01 |
---|---|
[java] dextuploadnx를 이용한 자바 파일 업로드 (0) | 2018.10.01 |
이메일 수신확인 원리 (0) | 2018.09.28 |
[Spring] 스프링에서 메일 보내기 - 첨부파일 (2) (0) | 2018.09.27 |
[Spring] 스프링에서 메일 보내기 - smtp 연결 테스트(1) (0) | 2018.09.27 |
- Total
- Today
- Yesterday
- 오라클
- MySQL
- 이클립스
- ocajp
- C언어
- ocjap
- 자바 smtp
- 스크래핑
- 문자열
- esql
- C
- 플러터
- JDBC
- xe애드온
- XE3
- php
- EC
- Python
- 파싱
- proc
- XE
- 자바
- 포인터
- KG
- 프로씨
- xe addon
- 파이썬
- webix
- 인포믹스
- 라이믹스
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
31 |