我想使用fadeOut效果隐藏标签但是当它完成时我想在其中插入一个
fadeOut
$('label.alert').fadeOut('slow',function(){$(this).text(' ');});
但它产生 一个原始文本.有任何想法吗 ?
jquery
jquery ×1