본문 바로가기
기타2/Jquery

busy-load , spinner

by 죠부니 2018. 6. 5.
반응형

로딩중 표현에 사용

git : https://github.com/piccard21/busy-load

demo : https://piccard21.github.io/busy-load/


//기본세팅

$.busyLoadSetup({

animation: "fade",

spinner: "accordion",

background: "rgba(60, 60, 60, 0.86)",

text : "처리중 .."

}); 

//풀스크린 적용

$.busyLoadFull("show");

$.busyLoadFull("hide");

반응형