jquery实现页面右下角弹框效果
$(document).ready(function(){ var hheight=$(".box").height(); //202是盒子的高度 var theight=hheight-202; // $(".box").css({bottom:-hheight+"px"}); $(".box").animate({bottom:theight+"px"},2