这是我在ajax负载上更改url的代码,它可以工作。$.ajax({ success: function (data) { var title = data.matchwindow.onpopstate = function (e) { };});
当我单击back时,前面的页面正在加载。如果我再点击一次,
当用户滚动到页面底部时,我使用Jquery Ajax将更多内容加载到我的页面,如下所示: if($(window).scrollTop()== $(document).height() - $(window).height()){ url: /* my url goes here */,function(html){ /*append html to