tecliu

$(".content").animate({
opacity: \'hide\'
}, 200, function(){
$(".content").html(data.data);
$(this).animate({
opacity: \'show\'
}, { duration: 300 });
});

分类:

技术点:

相关文章: