JQuery ajax页面跳转的效果设置

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

posted @ 2015-02-09 18:56  lifeinearth  阅读(2469)  评论(0编辑  收藏  举报