$.ajax({
type:'POST',
url:url,
data:{
id1:val1,
id2:val2
},
success:function(html){
$('#animated_gif').hide();
$('#result').html(html);
},
beforeSend:function(){
$('#animated_gif').show();
},
error:function(e){
alert(e.responseText);
}
});
'쓸만한 주저리' 카테고리의 다른 글
보증금지원형 장기안심주택 입주자 모집공고 (0) | 2015.12.24 |
---|---|
돈 아끼는 방법들 (0) | 2015.11.25 |
일괄적으로 배경 투명 이미지 만들기 (0) | 2015.10.26 |
이 프로젝트 형식을 기반으로 하는 응용 프로그램을 찾지 못했습니다. (0) | 2015.09.25 |
jQuery를 이용한 RowSpan 함수 (0) | 2015.08.14 |