yuchao 发表于 2018-2-11 11:54:42


            本文实例讲述了PHP+jQuery实现滚屏无刷新动态加载数据功能。分享给大家供大家参考,具体如下:
index.php
mo4'); //模拟了几个用户
?>

滚屏加载--无刷新动态加载数据技术的应用

    #container{margin:10px auto;width: 660px; border: 1px solid #999;}
    .single_item{padding: 20px; border-bottom: 1px dotted #d3d3d3;}
    .author{position: absolute; left: 0px; font-weight:bold; color:#39f}
    .date{position: absolute; right: 0px; color:#999}
    .content{line-height:20px; word-break: break-all;}
    .element_head{width: 100%; position: relative; height: 20px;}
    .nodata{display:none; height:32px; line-height:32px; text-align:center; color:#999; font-size:14px}

    //需要引入jquery

提示:使用滚动或拉动滚动条向下看。

   
   
      
         
         
      
      
      
   
   


页: [1]
查看完整版本: PHP+jQuery实现滚屏无刷新动态加载数据功能详解