-1
$.ajax({
type:"POST",
url:"abc.php",
data:dataString,
success:function(response){
//alert(response);
// Here I want to write code to refresh table body
}
});
您可以添加成功獲取的響應數據嗎? – Rushee 2014-11-08 10:29:40
在我的HTML表格他們給變化狀態按鈕後點擊按鈕abc.php頁面更新狀態,但後ajax成功我想顯示更新狀態 – 2014-11-08 10:33:42
所以,你想顯示在表中的更新狀態? – Rushee 2014-11-08 10:33:46