if (curWidth <= slideWidth) { $('#msg').animate({ width: defWidth }, "normal"); $('#read-more a').html('点击隐藏'); $(".s_right").hide(); } else { $('#msg').animate({ width: slideWidth }, "normal"); $('#read-more a').html('点击查看更多'); $(".s_right").show(); } }); } });