PHP如何实现ajax分页总结

2020-09-16 科技 115阅读
Ajax做分页<&> <script src="bootstrap/js/jquery-1.11.2.min.js"></script> <script src="Ajax_pag.js"></script> <script src="bootstrap/js/bootstrap.min.js"></script> <link href="bootstrap/css/bootstrap.min.css" rel="stylesheet" type="text/css"/> </head> <style> .header{ margin-top: 20px; } </style> <body> <div style="margin-top: 20px; margin-top: 20px;"> 关键字: <input id="key" type="text" name="gjz"/> <input type="button" value="查询" id="ck" /> </div> <table class="table table-bordered header"> <thead> <tr> <th>地区代号</th> <th>地区名称</th> <th>父级代号</th> </tr> </thead> <tbody id="list"> </tbody> </table> <div style="margin:0 auto; width:500px;"> <ul class="pagination" id="fenye"> </ul> </div> </body></html></script></&>
声明:你问我答网所有作品(图文、音视频)均由用户自行上传分享,仅供网友学习交流。若您的权利被侵害,请联系fangmu6661024@163.com