有没有办法在 jQuery Autocomplete AJAX 调用上调用 abort() ?
我正在尝试为大型数据库调用构建一个指向 jQuery 自动完成字段的“取消”链接。如果需要太长时间,如果有一种方法可以取消 autocomplete() 函数进行的 AJAX 调用,那就太好了。
我知道 .ajax() 调用存在 .abort() 函数,但是是否有类似的函数调用,例如封装 AJAX 调用的 autocomplete() ?谢谢。
I'm trying to build a "cancel" link to a jQuery autocomplete field for a large database call. In case it takes too long, it'd be nice if there were a way to cancel the AJAX call that the autocomplete() function makes.
I know the .abort() function exists for the .ajax() call, but is there some analogous call for a function like autocomplete() that encapsulates an AJAX call? Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论