我想从主页的javascript中提供动态标题。每当我从代码背后做这样的事情:
this.Master.Page.Title = "Yellow Page home, Gangtok, India | CliqueCity.com";
我已经google了解决方案,但无法得到。我知道从java脚本添加动态标题非常简单。我的简单问题是如何从javascript中添加标题
答案 0 :(得分:0)
只需使用jQuery选择标题
$('title').text('Hello');
答案 1 :(得分:-1)
如果您使用的是jQuery,可以添加/使用它:
$(document).attr("title", "New Title");
"新标题"表示您要为页面提供的标题