gpt4 book ai didi

javascript - 使用 <title> 中的字符串更改 div 中的字符串

转载 作者:行者123 更新时间:2023-12-02 16:11:39 24 4
gpt4 key购买 nike

我正在使用 jquery 脚本根据 div 初始字符串将字符串更改为其他内容,并向元素添加额外的类。效果很好。

但是,我遇到了一种情况,当特殊用户登录时,我需要能够根据网站标题标签中的字符串定位一些 div,从而导致标题发生变化。

这可能吗? Vanilla JS 和 jQuery 都适合我。

我正在使用的脚本:

 $( "span.conditionHilite:contains('Standard')" )
.text('Approved Selection').addClass( "approvedSelectionHilite" );

如果标题包含特定字符串,我想运行该脚本。

最佳答案

这是代码

if($('title:contains("Your specific string")')){
// do your task
$( "span.conditionHilite:contains('Standard')" )
.text('Approved Selection').addClass( "approvedSelectionHilite" );

}

关于javascript - 使用 &lt;title&gt; 中的字符串更改 div 中的字符串,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/30117533/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com