// get current URL
var currentPageUrl = window.location.href;
// loop through each link (you can query links with your classes, it's just an example)
document.querySelectorAll('a').forEach(function(link) {
// get the link's URL
var linkHref = link.getAttribute('href');
// compare the current URL and link's URL
if (currentPageUrl === linkHref) {
// add the CSS class to disable link
link.classList.add('user_on_it');
}
});
5条答案
按热度按时间t40tm48m1#
下面是一个如何使用Javascript实现此功能的示例,并带有一些注解来解释代码:
jaxagkaj2#
要实现这一点,您需要检查页面的当前URL,并将其与页脚中链接的URL进行比较。如果它们匹配,您可以使用CSS禁用该链接。
hc8w905p3#
您可以使用
window.location.href
检查当前页面的URL,并将禁用的类分配给所需的链接。例如,我在这里检查当前页面URL是否包含
stack overflow
关键字,然后禁用Google
链接。ioekq8ef4#
x一个一个一个一个x一个一个二个x
r7knjye25#
要进行检查,您需要使用以下命令获取用户的位置: