gpt4 book ai didi

jQuery - 'this' 选择器在回调函数中不起作用

转载 作者:塔克拉玛干 更新时间:2023-11-03 02:43:06 27 4
gpt4 key购买 nike

<分区>

Possible Duplicate:
$(this) doesn't work in a function

我正在用 jQuery 编写删除后的代码,删除本身是通过对支持的后请求进行的,在服务器返回 200 之后,我想在客户端删除这个帖子。

$('.delete-post').click(function() {
$.post($(this).attr('href'), {}, function(data) {
$(this).closest('.post').remove();
});
return false;
});

但是,我注意到 function(data) {...) 内部的选择器 'this' 不起作用。我需要删除最靠近 $('.delete-post') 类 '.post' 的 div。如何管理这个问题?谢谢!

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