gpt4 book ai didi

javascript - 如何在一定数量后结束我的图像网格并添加额外的页面以滚动浏览?

转载 作者:行者123 更新时间:2023-11-28 19:17:26 27 4
gpt4 key购买 nike

我正在努力弄清楚这叫做什么,所以我找不到任何实现它的在线教程。我的平面设计作品集中有一个图像网格,但长度已经失控。在一定数量的行之后,我想创建多个页面来滚动浏览。在此设计师的网格底部可以看到这样的示例:https://risarodil.com/

有谁知道这个效果叫什么?我假设它是使用 js 创建的。

最佳答案

如果我的理解正确,那么您正在考虑分页。示例如下。

<!DOCTYPE html>
<html lang="en">
<head>
<title>Bootstrap Example</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.0/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.0/js/bootstrap.min.js"></script>
</head>
<body>

<div class="container">
<h2>Pagination - Active State</h2>
<p>Add class .active to let the user know which page he/she is on:</p>
<ul class="pagination">
<li><a href="#">1</a></li>
<li class="active"><a href="#">2</a></li>
<li><a href="#">3</a></li>
<li><a href="#">4</a></li>
<li><a href="#">5</a></li>
</ul>
</div>

</body>
</html>

关于javascript - 如何在一定数量后结束我的图像网格并添加额外的页面以滚动浏览?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/58001726/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com