jQuery 分页插件 jquery.honey.pagination
- 授权协议: MIT
- 开发语言: JavaScript
- 操作系统: 跨平台
- 软件首页: https://github.com/huyinghuan/jquery-honey-pagination
- 软件文档: https://github.com/huyinghuan/jquery-honey-pagination
软件介绍
jquery.honey.pagination 是一个 jQuery 的分页插件。
使用方法:
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title></title>
<link href="pager.css" type="text/css" rel="stylesheet">
<script src="jquery.js"></script>
<script src="jquery.honey.pagination.js"></script>
</head>
<body>
<div id="test"></div>
<script>
var test = $("#test").pagination({pageIndex:12, pageCount: 25})
</script>
</body>
</html>
A Philosophy of Software Design
John Ousterhout / Yaknyam Press / 2018-4-6 / GBP 14.21
This book addresses the topic of software design: how to decompose complex software systems into modules (such as classes and methods) that can be implemented relatively independently. The book first ......一起来看看 《A Philosophy of Software Design》 这本书的介绍吧!
