12 Star 17 Fork 3

彰叔叔 / jqPageNavigater

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
index.html 762 Bytes
一键复制 编辑 原始数据 按行查看 历史
uncle-zhang 提交于 2016-01-22 10:20 . commit version 1.0
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Insert title here</title>
<script type="text/javascript" src="JS/jquery-1.7.1.min.js"></script>
<script type="text/javascript" src="JS/jqPageNavigater.js"></script>
<link rel="stylesheet" type="text/css" href="CSS/jqPageNavigater.css" />
<style type="text/css">
li{
margin-top: 10px;
text-decoration: none;
}
</style>
</head>
<body>
<div style="margin-left: 50px;margin-top: 50px">
<ul>
<li><a href="sample1/sample1.html">sample1-默认效果</a></li>
<li><a href="sample2/page1.html">sample2-普通分页</a></li>
<li><a href="sample3/sample3.html">sample3-局部刷新分页(最好使用火狐打开sample3,chrome会产生跨域错误)</a></li>
</ul>
</div>
</body>
</html>
JavaScript
1
https://gitee.com/unclezhang/jqPageNavigater.git
git@gitee.com:unclezhang/jqPageNavigater.git
unclezhang
jqPageNavigater
jqPageNavigater
master

搜索帮助