Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想使用 jquery 插件 ajaxQ。文档说所有需要扩展的东西就是写这个
$.ajaxq("myqueue", { ... })
代替
$.ajax ({ ... })
但它似乎仍然同时触发请求。有谁知道我是否在这里遗漏了什么。