0
我想添加一個載入圖片或更改鼠標光標,同時等待來自jquery中的帖子的回覆。在等待帖子回覆時添加載入圖片
jQuery的
$.post(url,data,
function(response){
//add a loading cursor to indicate that it is waiting for a response?
alert(response);
});
我需要這個,因爲響應時間過長彈出。
有什麼想法嗎?感謝