guang.page.js
469 Bytes
/**
* 逛首页
* @author: xuqi<qi.xu@yoho.cn>
* @date: 2015/12/15
*/
var $ = require('yoho-jquery');
var msg = require('./msg');
require('yoho-jquery-pjax');
require('./img-blink');
require('./right-side');
// page cache下更新点赞状态、点赞数、评论数、阅读数
require('./list-dynamic');
$(document).pjax('.pjax-link, .msg-pager a', '#pjax-container', {
timeout: 2000
});
$(document).on('pjax:end', function() {
msg.dotLazy();
});