gpt4 book ai didi

javascript - jQuery.remove() 真的是同步的吗?

转载 作者:行者123 更新时间:2023-12-01 06:16:34 25 4
gpt4 key购买 nike

我在 Ajax 请求的成功 block 中遇到以下代码:

$('#something').remove();
alert('something was removed');

执行时,我期望它完成删除“某些内容”并随后弹出警报,但由于某种原因,只有在确认元素被删除后才会弹出警报。

为什么会发生这种情况?这是简单的代码,我想避免回调等。我应该检查什么?

已在 FF 上测试。感谢您的提示。

最佳答案

作为 T.J.克劳德在他的answer中说道:

DOM manipulations (inserting elements, removing them, moving them) are synchronous, although the user may not see the result until your JavaScript code completes, letting the browser use the thread to repaint the display.

关于javascript - jQuery.remove() 真的是同步的吗?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/46049973/

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