使用 Jquery、PHP、Mysql 进行 Ajax 分页
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/2178297/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
Ajax Pagination with Jquery, PHP, Mysql
提问by Dr.Flow
I am looking for a good ajax pagination tutorial that uses jQuery, PHP, and MySQL. The ones that I have come across are not good.
我正在寻找一个使用 jQuery、PHP 和 MySQL 的好的 ajax 分页教程。我遇到的那些都不好。
So, if anyone could recommend a good site/tutorial that would be great. thanks.
所以,如果有人可以推荐一个很好的网站/教程,那就太好了。谢谢。
EditHere are some tutorials that were not good.
编辑这里有一些不好的教程。
回答by Rody van Sambeek
Maybe little bit off-topic, but here is some interesting read from Jeff Atwood(founder of stackoverflow) about the end of pagination. I really agree with him that you should look at why you are paginating and if it's really necessary. Please check this link.
也许有点偏离主题,但这里有一些有趣的文章来自Jeff Atwood(stackoverflow 的创始人)关于分页结束的内容。我真的同意他的观点,你应该看看你为什么要分页以及是否真的有必要。请检查此链接。

