码迷,mamicode.com
首页 > 其他好文 > 详细

layerui 页面定位和行定位

时间:2020-06-08 14:50:47      阅读:135      评论:0      收藏:0      [点我收藏+]

标签:ble   count   page   event   doc   children   child   console   lis   

document.querySelector(".fixed-table-body").addEventListener("scroll", function(){alert("监听滚动条事件")});

var func_scrolltop = function(){
// console.log(tspg.soltop);
var a = document.querySelector(".layui-table-main");
if(tspg.soltop>0){
a.scrollTop = tspg.soltop;
}
a.addEventListener("scroll", function(){
tspg.soltop = this.scrollTop;
});
};
var func_go_page = function(a,b){
if(a.count > 0){
var sel = document.querySelector(".layui-laypage-limits").children[0].value;
tspg.page = {curr:b,limit:sel};
}else {
tspg.page = {curr:1};
}
};

layerui 页面定位和行定位

标签:ble   count   page   event   doc   children   child   console   lis   

原文地址:https://www.cnblogs.com/neights/p/13065294.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!