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

js部分:

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

调用方式:

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

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