gpt4 book ai didi

jquery - CSS 中的 DIV onClick

转载 作者:太空宇宙 更新时间:2023-11-03 20:59:39 25 4
gpt4 key购买 nike

对于我网站的标题,我有以下带有 DIV onclick 的代码,以便用户可以单击标题上的任意位置并刷新页面:

<div class="title" onClick="document.location.href='xxxx';">

但是 W3C 验证器告诉我:

there is no attribute "onClick"

我读过有关在 jQuery 中执行此操作的信息,但我运气不太好。有人可以帮我吗?

谢谢

最佳答案

$(".title").click(function(){
document.location.href='xxxx';
}):

关于jquery - CSS 中的 DIV onClick,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/5449639/

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