-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
executable file
·35 lines (34 loc) · 1.25 KB
/
index.html
File metadata and controls
executable file
·35 lines (34 loc) · 1.25 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
<!DOCTYPE html>
<html>
<head lang="en">
<meta charset="UTF-8">
<title></title>
<link href="example/css/index.css" rel="stylesheet">
</head>
<body>
<div class="banner">
<h1>ChCalendar</h1>
<h2>javascript日历插件</h2>
<a href="./example/api.html" class="btn">查看API文档</a>
<a href="./example/guida.html" class="btn">查看教程</a>
<a href="./example/demo.html" class="btn">查看示列</a>
</div>
<div class="main">
<h3>简介</h3>
<p>这是一个基于jQuery库写的分页插件,适用于PC端的网站分页。</p>
<h3>效果图</h3>
<h3>特点功能</h3>
<p>1、支持静态(写死的数据、假分页)、动态分页(Ajax动态请求数据);
<br/>2、使用功能可安需求选择:首尾页、上下页、显示条数选择器、总页数展示、快速跳转;
<br>3、他没有自带样式,开发者可以完全自定义样式;
<br>4、简单(使用简单、代码简单);
</p>
<h3>下载</h3>
<p>
<a href="https://github.com/cwlch/ChPaging">View on GitHub</a>
<a href="https://github.com/cwlch/ChPaging/zipball/master">Download .zip</a>
<a href="https://github.com/cwlch/ChPaging/tarball/master" >Download .tar.gz</a>
</p>
</div>
</body>
</html>