gpt4 book ai didi

javascript - remove() 方法在 animate() 中不起作用

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

在我的网页中,我有一些显示用户数据的 div。在某个事件中,我需要删除每个单击的 div。我想在删除 div 之前让它更漂亮一些。
所以我使用了 animate 方法并在 animate 方法的内部回调中编写了代码以从 dom 中删除该 div。 但问题是它表明不能对 null 调用 remove。 animate 方法如何在该 div 上运行并在其回调中变为 null。
请帮助我解决问题,并建议是否有更好的方法。

    confirmOpen = //Holding reference of div to be removed.
//animate method is running perfectly fine.
confirmOpen.animate({"width":"1px","height":"1px"},500,function()
{
console.log(confirmOpen); //Logging null
confirmOpen.remove(); //Showing error that remove method cannot be called on a null value.
});

最佳答案

我认为在变量confirmOpen 中设置引用时存在一些错误。您不能删除空值。

关于javascript - remove() 方法在 animate() 中不起作用,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/18692067/

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