$(document).ajaxStart(
function() {
$("#process").html("저장중입니다.");
}).ajaxStop(function() {
$("#process").html("저장 완료되었습니다.");
}
);
'javascript, jquery' 카테고리의 다른 글
팝업창 자동 리사이즈(크로스 브라우징) (0) | 2014.10.11 |
---|---|
이미지 변경하기 (0) | 2014.10.10 |
jquery - ajax (0) | 2014.10.07 |
텍스트 롤링(rolling) (0) | 2014.10.03 |
jquery plugin site (0) | 2014.10.03 |