如何使用ajax异步一次发送一个数据 - Jquery
我有一个函数可以一次向服务器发送多个 ajax 请求,但我需要将该请求同步转换为一次仅发送一个请求。问题是同步方法只会使页面崩溃,这很糟糕,因为页面有多个动画。如何在不使用同步方法的情况下一次发送一个请求?
where I have a function that sends several ajax requests at a time to the server, but I need to transform this request synchronously into sending only one request at a time. The problem is that the synchronous method simply crashes the page and this is bad since the page has several animations. How can I send one request at a time without using the synchronous method?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Web Workers API 可能会有所帮助。您可以将 UI 事件和其他事件分开。 Web Workers API
Web Workers API might be helpful. You can seperate UI events and other things. Web Workers API