로딩바 이미지 : http://www.ajaxload.info/
위 페이지로 가시면 로딩바 이미지를 다운받으실수가 있습니다.
script
1 2 3 4 5 6 7 8 9 | < script type = "text/javascript" > jQuery(function($) { var loading = $('< img alt = "loading" src = "로딩이미지경로" />') .appendTo(document.body).hide(); $(window).ajaxStart(loading.show); $(window).ajaxStop(loading.hide); }); </ script > |
'웹언어 > jQuery' 카테고리의 다른 글
이클립스 jQeury - JSDT 플러그인 설치 (0) | 2012.10.29 |
---|---|
Scroll Path Plugin (0) | 2012.08.27 |
.scroll() 사용하여 스크롤 끝 지점에 Alert 뛰우기 (0) | 2012.06.05 |
CrossDomain Ajax 호출 (0) | 2012.05.29 |
Ajax로 문자열 데이터 주고 받기 (0) | 2012.05.29 |