摘要: public function newsajax(){ $num = $_GET['num']; $catid= $_GET['catid']; if (!$catid) { //如果不带ID则获取排序最先一个 $acats = $this->db->getOne("SELECT * FROM ... 阅读全文
posted @ 2016-11-07 18:15 千枫漓音 阅读(240) 评论(0) 推荐(0) 编辑
摘要: $(window).scroll(function () { //执行监视滚动条事件 if ($(window).scrollTop() >=$(document).height() - $(window).height()) { //判断滚动是否到达底部 $("#ajaxlogin").show(); var num = $("#num").attr(... 阅读全文
posted @ 2016-11-07 18:12 千枫漓音 阅读(266) 评论(0) 推荐(0) 编辑