0
我無法讓jQuery將一個類添加到從$ .post返回的結果的dom中。
爲什麼這不起作用?
$.post(url, data, function (result) {
$(result).addClass('.update');
$this.closest('.inline').replaceWith(result);
});
替換正在工作,但它沒有.update類。