jquery让滚动条滚动到最底部的方法:在ready方法里写 $('#content').scrollTop( $('#content')[0].scrollHeight );
var div=$("div");div.prop("scrollHeight",div.prop("offsetHeight"));