gpt4 book ai didi

jQuery selector : this. parent,有这种东西吗?

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

我有很多带有嵌套 div .title 的 div 框,里面有一个按钮。 jQuery 中有没有办法选择按钮的父级?

类似于:

$("#button").click(function(){       
$("this.parent").css({'border-bottom' : 'none'});
});

或者我是否必须将所有标题类重命名为唯一类?

最佳答案

试一试(在该按钮的事件处理程序中):

$(this).parent().css({'border-bottom' : 'none'});

关于jQuery selector : this. parent,有这种东西吗?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/2957191/

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