为什么 jquery 在此页面上不起作用,但在其他普通页面上却可以
Why jquery not working on this page but it works on other Normal pages
我有这个jquery可以检测句子并在上面添加跨度
这是我要访问的页面运行jquery
您必须登录才能查看页面
用户名:ABC
paswword:ABC@@99
jQuery(document).ready(function( $ ){
$("h5:contains('Medium Overall Feasibility of Use Case')").html(function(_, html) {
return html.replace(/(Medium Overall Feasibility of Use Case)/g, '<yellow class="yellow"></yellow>');
});
});
这是 jQuery 需要 运行...
您分享的 jQuery 片段对我来说适用于您分享的页面。作为概念证明,请查看以下屏幕截图:
您指的其他页面是什么?
当您 运行 您身边的这段代码时,究竟是什么不起作用?
注意:出于安全原因,公开分享你的大学帐户凭据总是一个坏主意。
我有这个jquery可以检测句子并在上面添加跨度
这是我要访问的页面运行jquery
您必须登录才能查看页面
用户名:ABC paswword:ABC@@99
jQuery(document).ready(function( $ ){
$("h5:contains('Medium Overall Feasibility of Use Case')").html(function(_, html) {
return html.replace(/(Medium Overall Feasibility of Use Case)/g, '<yellow class="yellow"></yellow>');
});
});
这是 jQuery 需要 运行...
您分享的 jQuery 片段对我来说适用于您分享的页面。作为概念证明,请查看以下屏幕截图:
您指的其他页面是什么? 当您 运行 您身边的这段代码时,究竟是什么不起作用?
注意:出于安全原因,公开分享你的大学帐户凭据总是一个坏主意。