jQuery+php+Ajax文章列表点击加载更多功能

jQuery+php+Ajax实现的一个简单实用的文章列表点击加载更多功能,点击加载更多按钮,文章列表加载更多数据,加载中有loading动画效果。

jQuery+PHP点击加载更多内容

js部分:

1         <script type="text/javascript" src="jquery.more.js"></script>
2         <script type="text/javascript">
3             $(function() {
4                 $('#more').more({'address': 'data.php'})
5             });
6         </script>

调用方式:

1 <a href="javascript:;" class="get_more">::点击加载更多内容::</a>

实例下载:https://www.sucaihuo.com/php/986.html

猜你喜欢

转载自www.cnblogs.com/zglevk/p/10698799.html