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

时间:2023-03-08 23:55:31
jQuery+php+Ajax文章列表点击加载更多功能

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

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

js部分:

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

调用方式:

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

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