织梦dedecms首页列表页,ajax点击加载更多,瀑布流,首页多栏目切换(8)

arr.push('<a  class="button bg-gray button-little radius-none margin-right2 text-12"href="javascript:"onclick="javascript:change_tab('+data[i].typeid+');loadMoreApply(1,'+data[i].typeid+');">'+data[i].typename+'</a>'+data[i].typeid2+'</div></div></div><a class="button bg-main button-small right5 text-white ib   pa text-14"href="javascript:;"   onclick="showtip(\''+data[i].title+'\')"style="top:40px">进入小程序</a></div>');     

  

}  

              

        $('#'+typeid).append(arr.join(''));  

      

        loadConfig.load_num = rs.load_num;  

        if(total<page*loadConfig.pagesize || page> loadConfig.load_num){  

            //$('#'+typeid).append('<p class="text-center margin-top"><a href="javascript:" class="button radius-rounded border-main width-20"id="'+typeid+'data">没有了!</a></p>');  

        $("#"+typeid+"data").html('没有了!');  

        }else{  

          

            //$('#'+typeid).append('<p class="text-center margin-top"><a href="javascript:" class="button radius-rounded border-main width-20"id="'+typeid+'data">加载更多</a></p>');  

        }  

          

         eval("page"+typeid+" ++;");   

    }else{  

    $("#"+typeid+"data").html('没有了!');  

    }  

      

}  

  

  

$(document).ready(function(){  

  

loadMoreApply(1,0);  

$('.copy-lay .close2').click(function(){  

        $('.alert2').hide();  

    });  

    $('.alert2').click(function(e){  

        if( $(e.target).parents().hasClass('copy-lay') ){  

            return;  

        }else{  

            $(this).hide();  

        }  

    });  

});  

function showtip(title){  

    $('#alerttip,#copyBtn').html(title);  

    $('.alert2').show();  

}  

  

  

  

  

</script>  

内容版权声明:除非注明,否则皆为本站原创文章。

转载注明出处:https://www.heiqu.com/846f56df6227068ecc667990582a7dde.html