민서네집

[jquery] Simple Modal div 만들기 (데이터 로딩 중 표시) 본문

Javascript

[jquery] Simple Modal div 만들기 (데이터 로딩 중 표시)

브라이언7 2013. 6. 13. 07:34

Ajax 응답 올때까지 "데이터 로딩 중..." 이라는 메시지를 화면에 표시하기 위해 modal window 를 만드는 방법을 찾아봤다.


< Simple modal div in jQuery? >


http://stackoverflow.com/questions/2101359/simple-modal-div-in-jquery


< jQuery Modal Tutorial >


http://www.jacklmoore.com/notes/jquery-modal-tutorial/


< Creating a modal window with jQuery UI >


http://www.sluniverse.com/ffn/index.php/2010/06/modal-windows/


< Creating modal dialogs with overlay >


http://jquerytools.org/demos/overlay/modal-dialog.html


< 로딩 중 이미지 >


http://www.google.co.kr/imgres?imgurl=http://bike.seoul.go.kr/images/map/loading_map.gif&imgrefurl=http://bike.seoul.go.kr/02_map/map_1.html&h=32&w=32&sz=4&tbnid=1dAY65yTv5TvPM:&tbnh=32&tbnw=32&zoom=1&usg=__AIAI4x2ALU-gMF3_zutSqkUWAD8=&docid=u0fIMvvW6nJj0M&sa=X&ei=9ve4UfL7CoShkgWYpICwCg&ved=0CGUQ9QEwEA&dur=9173



< 로딩중 이미지 표시하기.. >


http://blog.naver.com/linux7/128939143


< jQuery로 text rotate banner 만들기 >


http://www.vijayjoshi.org/2010/12/14/creating-a-text-rotator-with-jquery-2/


http://www.a2ztechguide.com/2011/11/jquery-text-or-banner-rotator-example.html


'Javascript' 카테고리의 다른 글

JOSNP example  (0) 2013.09.07
html table sort  (0) 2013.06.13
<a href="#"></a> 의 말끔한 대안  (0) 2013.05.03
클로져(Closure)를 이용한 체인 깨기  (0) 2013.05.01
html5를 지원하게 해주는 라이브러리  (0) 2013.04.11
Comments