我試圖動畫到高度爲0,然後在做替換後刪除。替換後動畫到高度爲0
有沒有人有任何想法爲什麼jQuery動畫沒有發生?
$('.dataCard').not('.focused').each(function(){
var div = $('<div />',{
css : { height : $(this).height() }
});
$(this).replaceWith(div).animate({ height:0 }, function(){ $(this).remove() });
不夠代碼,PLZ置HTML以及更多的JavaScript/jQuery代碼。 –