0
我想要做的是有一個按鈕,您可以點擊刷新評論部分,而無需重新加載頁面。 這看起來應該很簡單,但我無法讓我的頭繞着Ajax。用ajax刷新div(WordPress的評論)
(沒有按鈕,只是還沒有,只是一個時間間隔)
setInterval(function(){
$(".commentswrapper").load("html");
}, 10000);
Failed to load resource: the server responded with a status of 404 (Not Found)
localhost:8888/post-title/html
(HTTP:從鏈接//省略,因爲SO不會讓我敷在代碼標籤或以其他方式張貼)
不應該只是刷新該div的html?