NOTICE 
Scripter/jQuery 에 해당하는 글 : 1 개
올바른 성장과 따뜻한 나눔이 있는 넥스트리
이미 아는 사람들은 다아는 로딩바 원하는 형태로 만들기 사이트(http://www.ajaxload.info/)에서 좋은 Loading Indicator(Spinner)를 구한 다음에 아래와 같이 간단히 구현할 수 있다.

jQuery(function($){
        // Create img dom element and insert it into our document
        var loading = $('<img alt="loading" src="/images/loading.gif" />')
        .appendTo(document.body).hide();
        // Make the image appear during ajax calls
        $(window).ajaxStart(loading.show);
        $(window).ajaxStop(loading.hide);
});



참고적으로 요기도 보아두면 좋아요~~
jQuery를 모르는 분들은 여기서 부터 시작하세요



이올린에 북마크하기(0) 이올린에 추천하기(0)
크리에이티브 커먼즈 라이선스
Creative Commons License

'Scripter > jQuery' 카테고리의 다른 글

jQuery Loading바 구현하기  (0) 2008/07/08
Trackback :: http://techbug.tistory.com/trackback/111
 이전  1   다음 

최근댓글
fotowall :: ncloud RSS Feeds today : 21   yesterday : 221
total : 25,050