javascript 替换博客作者页面链接

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了javascript 替换博客作者页面链接相关的知识,希望对你有一定的参考价值。

// For loop to check through all .blog-entry items on the page
for (var i = 0; i < $('.blog-entry').length; i++) {
    var authorName = $('.blog-entry a .author-name').html();
    var authorPageLink = authorName.replace(/\s+/g, '-').toLowerCase();
    authorPageLink = "/authors/" + authorPageLink;
    $('.blog-entry .post-profileinfo a').attr('href', authorPageLink);
}

以上是关于javascript 替换博客作者页面链接的主要内容,如果未能解决你的问题,请参考以下文章

关于 JavaScript 学习 —— 好的博客或者网站推荐

仅在特定 div 中使用 javascript 更改部分链接

wordpress博客文章作者信息页面显示不了

探讨PHP页面跳转几种实现技巧 转自# 作者:佚名 来源:百度博客 #

Wordpress 链接将我引导至 wamp 服务器配置页面(本地主机)

帮助 Javascript 链接替换