有没有办法通过点击 jQuery 来更改链接的目的地? [复制]

Posted

技术标签:

【中文标题】有没有办法通过点击 jQuery 来更改链接的目的地? [复制]【英文标题】:Is there a way to change the destination of a link with a click with jQuery? [duplicate] 【发布时间】:2020-04-27 03:34:28 【问题描述】:

类似

<a href="www.somewhere.com">Click here.</a>

<div class="button">Button</div> /* when pressed, "href" link changes */

当按下按钮时。 “www.somewhere.com”被更改为不同的 URL?

谢谢。

【问题讨论】:

到目前为止有什么尝试吗? 这能回答你的问题吗? How to change the href for a hyperlink using jQuery 将此链接封装在按钮中,并为按钮设置onclick,更改该onclick中的链接 【参考方案1】:

是的。选择按钮并更改href 属性。

$("button").on("click", () => 
    $("a").attr("href", "newlink");
);

【讨论】:

点赞!做得很好。

以上是关于有没有办法通过点击 jQuery 来更改链接的目的地? [复制]的主要内容,如果未能解决你的问题,请参考以下文章

使用 jquery 从链接更改 html 文本

有没有办法从移动浏览器调用导航?

有没有办法根据 SwiftUI 中的环境变量更改视图?

通过单击链接更改 iframe src

点击后jquery删除悬停?

“在新标签页中打开”的 Javascript 事件