使用 jQuery 添加标题标签?
我希望我的标题标签如下所示:
我的网站 - 页面名称
我想在前面添加 我的网站 -
部分,这样我就不必键入它在我制作的每一个新页面上。因此,我在页面上实际拥有的标题标签将是:
<title>Name of Page</title>
这可能吗?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我认为一个 jquery 脚本可以做到这一点:
我建议在页面级别而不是客户端执行此操作......
I think a jquery script to do it would be:
I would recommend doing this at the page level instead of client side though...
似乎其他人已经尝试过但无法使用 jQuery,但你可以使用
document.title
, http://hancic.info/change-page-title-with-jquerySeems others have tried and not been able to do is using jQuery but you can use
document.title
, http://hancic.info/change-page-title-with-jquery