{jsfiles}
<div id="ajax-next-page" style="display: none;">[next-link][/next-link]</div> <script type="text/javascript"> $(function() { $(window).scroll(function() { if ($(window).scrollTop() > $('body').height()-$(window).height()-10) { var nextPage = $('#ajax-next-page a').attr('href'); if (nextPage !== undefined) { $.ajax({ url: nextPage, success: function(data) { $('#ajax-next-page').remove(); $('#dle-content').append($('#dle-content', data).html()); } }) } } }); }); </script>