阅读背景:

将自己博客中的随笔详情,复制一份随笔详情,放在标题下面

来源:互联网 

我是将这段代码放在 设置 -> 页脚Html代码 js代码中的,代码如下:

// post detail copy the post info after the post title
setTimeout(function(){
    if($("#post_detail").length > 0 && $(".postDesc").length == 1){
        $("#post_detail .post .clear").eq(0).after($("#post_detail .post .postDesc").clone());
    }
},1000);// post 



你的当前访问异常,请进行认证后继续阅读剩余内容。

分享到: