예를 들어 기본 제출 버튼은 다음과 같이 작동합니다. >코드 복사 코드는 다음과 같습니다.
function checkPostResult(){
var cid = setInterval(function() {
if( $('__formid').innerText == 'success'){
alert('제출 성공');
location.href='xxxxx.php ';
clearInterval( cid);
}
},1000);
}
이상은 uchome 컨텐츠를 포함한 uchome Discuz Uchome ajaxpost 팁을 소개한 내용인데, PHP 튜토리얼에 관심이 있는 친구들에게 도움이 되었으면 좋겠습니다.