반응형
로딩중 표현에 사용
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");
반응형
'기타2 > Jquery' 카테고리의 다른 글
이걸 까먹네 jquery option:selected (0) | 2019.06.28 |
---|---|
each (0) | 2018.07.30 |
자주보는 jquery cheet sheet site (0) | 2018.05.08 |
안드로이드,아이폰 디바이스 구별 (0) | 2018.04.17 |
checkbox, radio 체크가 되지 않을때 (.attr과 .prop의 차이) (0) | 2018.03.27 |