例如預設submit按鈕這樣操作:>複製程式碼程式碼如下:
function checkPostResult(){
var cid = setInterval(function() {
if( $('__formid').innerText == 'success'){
alert('提交成功');
location.href='xxxxx.php';
clearInterval( cid);
}
},1000);
}
以上就介紹了uchome Discuz Uchome ajaxpost小技巧,包括了uchome方面的內容,希望對PHP教程有興趣的朋友有所幫助。