mirror of
https://gitee.com/lvyeyou/DaShuJuZhiDaPingZhanShi.git
synced 2025-07-28 02:50:31 +08:00
8 lines
168 B
JavaScript
8 lines
168 B
JavaScript
$(function(){
|
|
var Theight = $(window).height() - 260;
|
|
$(".div_any_child").height(Theight);
|
|
totalPage = 10;
|
|
currentPage = 1;
|
|
paging(totalPage,currentPage);
|
|
})
|