久久久久av_欧美日韩一区二区在线_国产精品三区四区_日韩中字在线

Discuz! 官方交流社區

標題: 這個主頁圖片文章怎么改成分頁模式啊。 [打印本頁]

作者: 玖風版本庫    時間: 2024-12-22 13:47
標題: 這個主頁圖片文章怎么改成分頁模式啊。
jQuery(document).ready(function(){
    reloadWall();
    var ias = jQuery.ias({
        container: ".ias", //包含所有文章的元素
        item: ".ias-item", //文章元素
        pagination: ".pg", //分頁元素
        next: ".pg .nxt", //下一頁元素
    });
    ias.extension(new IASSpinnerExtension({
        html: '<p style="position:absolute;bottom:-45px;left:calc(50% - 8px);text-align: center;padding-bottom:30px;"><img src="'+STYLEIMGDIR+'image/imageloading.gif" /></p>'
    }));
    ias.extension(new IASTriggerExtension({
        html: '<p style="text-align: center; cursor: pointer;padding:10px;"><a>點擊加載更多</a></p>',
        pagination: ".pg, //設置此項,如 offset:2 頁之后需要手動點擊才能加載,offset:!1 則一直為無限加載
    }));
    ias.extension(new IASNoneLeftExtension({
        html: '<p style="position:absolute;bottom:-45px;left:calc(50% - 28px);text-align: center;padding-bottom:30px;font-size:14px;">已經到底啦~</p>',


作者: 天外飄仙    時間: 2024-12-22 18:54
主頁圖片文章 是什么鬼?




歡迎光臨 Discuz! 官方交流社區 (http://www.9999xn.com/) Powered by Discuz! W1.0