jExcel

//懒加载页面
        $('.jexcel_content').scroll(function () {
            if ($('.jexcel_content').scrollTop() === $('.jexcel').height() - $('.jexcel_content').height() + 2) {
                tabel.insertRow();
            }
        })
posted @ 2019-12-24 15:23  烧刘病  阅读(649)  评论(0编辑  收藏  举报
回到页首