<!DOCTYPE?html>
<html?lang="en">
<head>
????<meta?charset="UTF-8">
????<title>Title</title>
????<script?type="text/javascript"?src="http://idcbgp.cn/static/lib/jquery/1.9.1/jquery.js"></script>
</head>
<body>
<form?action="">
????<input?type="text"?value="請(qǐng)輸入內(nèi)容..."?id="input">
????<ul>
????????<li?class="prev"?><a?href=""?id="prev">上一頁(yè)</a></li>
????????<li><a?href="#"></a>1</li>
????????<li><a?href="#"></a>2</li>
????????<li><a?href="#"></a>3</li>
????????<li?class="next"?><a?href="#"?id="next">下一頁(yè)</a></li>
????</ul>
</form>
<script>
?$(document).ready(function?()?{
????????console.debug(1);
?var?prev?=?document.getElementById("prev");
?var?next?=?document.getElementById("next");
?var?inputText?=?document.getElementById("input");
?//
????????//
?prev.click(function?()?{
????????})
????});
</script>
</body>
</html>
2018-11-25
因?yàn)檫@里prev.click(
function
?()?{
?????????
}),刪了就可以