## 방법 1
jQuery.ajax({ type : "POST" . . , beforeSend: function() { jQuery('.loding_layer').show(); } , success : function(response, status, request) { jQuery('.loding_layer').hide(); } });기다려주세요.
## 방법 2
jQuery('.loding_layer').show(); jQuery('.loding_layer').hide();
처리중..
'프로그래밍 > css' 카테고리의 다른 글
[CSS] nth-child (n번째 부터 n번째 까지 css적용) (0) | 2018.04.05 |
---|---|
CSS3 :nth-child(n) 선택자 (같은종류의 태그로 구성되어 있을 때 사용) (0) | 2018.04.05 |
IE8에서도 되는 라운딩 (0) | 2018.03.02 |