//懒加载页面 $('.jexcel_content').scroll(function () { if ($('.jexcel_content').scrollTop() === $('.jexcel').height() - $('.jexcel_content').height() + 2) { tabel.insertRow(); } })