http://www.napyfab.com/ajax-indicators/ 에서 제공하는 AJAX Activity Indicators 이미지들입니다. Prototype의 Ajax.Request 또는 Ajax.Updater 객체를 사용할 때 onLoading, onComplete 옵션으로 로딩 알리미를 사용할 수 있습니다.
new Ajax.Updater('items', 'ajax/cart.php', {
onLoading:function(request){Element.show('indicator')},
onComplete:function(request){Element.hide('indicator')},
parameters:'action=add' + encodeURIComponent(element.id),
evalScripts:true, asynchronous:true
}
onLoading:function(request){Element.show('indicator')},
onComplete:function(request){Element.hide('indicator')},
parameters:'action=add' + encodeURIComponent(element.id),
evalScripts:true, asynchronous:true
}
덧. 온라인에서 즉성 생성 : http://www.ajaxload.info/
Comments
Got something to add? You can just leave a comment.
왠지 어디서 많이 본 듯한 아이콘들이군요;
reply edit
매크로미디어(아도비), 파이어폭스를 비롯한 여러 소프트웨어들이 이러한 스타일의 알리미를 흔히 접할 수 있죠.
reply edit
흐흐흐 익숙한 저 이미지들!
reply edit
로딩에 익숙하시군요 ^^;
reply edit
^^ 좋은 정보 감사합니다. 덕분에 제 홈피의 로딩이 액티브 해졌어요.
reply edit
오 멋지군요~~
reply edit
Your Reaction Time!