html 代码 :
<div> <div id="kppcl"> <div> <div> <div><a href='{#url_reset("activity/detail","id_{#$item.id#}")#}'><img src="{#$item.logo#}" /></a></div> <div><a href = '{#url_reset ("Aktivität/Detail", "id _ {#$ item.id#}")#}'> {#$ item.title#} </a> </div> <div> <table Cellspacing = "0" cellpadding = "0"> </th> 时间 时间 : : : : : : </th> <td>{#$item.start_date#}-{#$item.end_date#}</td> </tr> <tr> <th>地点:</th> <td>{#$item.area_name#}</td> </tr> </table> </div> </div> <div></div> </div> <div> <div> <div><a href = '{#url_reset ("Aktivität/Detail", "id _ {#$ item.id#}")#}'> <img src = "{#$ item.logo#}"/> </a> </div> <div> <a href = '{#url_reset ("Aktivität/Detail", "id _ {#$ item.id#}")#}'> {#$ item.title#} </a> </div> <div> <table Cellspacing = "0" cellpadding = "0"> </th> 时间 时间 : : : : : : </th> <td>{#$item.start_date#}-{#$item.end_date#}</td> </tr> <tr> <th>地点:</th> <td>{#$item.area_name#}</td> </tr> </table> </div> </div> <div></div> </div> <div> <div> <div><a href = '{#url_reset ("Aktivität/Detail", "id _ {#$ item.id#}")#}'> <img src = "{#$ item.logo#}"/> </a> </div> <div> <a href = '{#url_reset ("Aktivität/Detail", "id _ {#$ item.id#}")#}'> {#$ item.title#} </a> </div> <div> <table Cellspacing = "0" cellpadding = "0"> </th> 时间 时间 : : : : : : </th> <td>{#$item.start_date#}-{#$item.end_date#}</td> </tr> <tr> <th>地点:</th> <td>{#$item.area_name#}</td> </tr> </table> </div> </div> <div></div> </div> </div> <div id="page" style = "Anzeige: Keine"> <div> <b> 上一页 </b> <b> 1 </b> <a href = "? p = 2"> 2 </a> <a href = "? p = 2" rel = "2"> 下一页 </a> </div> </div> </div> </div> </div> </div>JS 代码
<script src = "/js/blocksit.min.js"> </script> <script Language = "javaScript" type = "text/javaScript"> $ (Fenster) .load (function () {$ ('#kppcl'. var current_p = 0; // 滚动 $ (Fenster) .Scroll (function () {// 当滚动到最底部以上 100 像素时 , 加载新内容 if ($ (document) .Height () - $ (this) .scrolltop () - $ (this) .Height () <100) {ajax_load_data ();}}); Funktion ajax_load_data () {var next_p = $ ('#page'). find ('. NextPrev'). attr ('rel'); if (next_p && next_p! current_p = next_p; $.ajax({ url:'{#url_reset("request/front/ajax","","php")#}', data:{'act':'ajax_forum','p':next_p}, dataType:'json', type:'post', beforeSend:function(){ show_loading_body(); }, complete:function(){ show_loading_body (); $ ('#page'). html (data.pages_str); }} </script>