jQuery分页器
注意,需要在服务端预览,调用外部json文件,本地预览会有跨域问题newPageHTML()函数:用来生成列表的函数 total:总共数据 pageSize:每页要显示的数量(默认是10条) currentPage:当前所在的页码 newNews()函数:根据页码显示新闻列表
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>jQuery分页器</title>
<link rel="stylesheet" href="https://www.jq22.com/demo/jqueryPage202404081020/css/bass.css">
<link rel="stylesheet" href="https://www.jq22.com/demo/jqueryPage202404081020/css/index.css">
<script src="https://www.jq22.com/jquery/jquery-1.10.2.js"></script>
<script src="https://lf6-cdn-tos.bytecdntp.com/cdn/expire-1-M/axios/0.26.0/axios.min.js"></script>
<script src="https://www.jq22.com/demo/jqueryPage202404081020/js/index.js"></script>
</head>
<body>
注意,需要在服务端预览,调用外部json文件,本地预览会有跨域问题
<!-- news数据 -->
<div class="container"></div>
<!-- 分页器 -->
<div class="pagination"></div>
</body>
</html>
页:
[1]