javascript - Multiple ajax submissions. Some will cancel. Is there any solution?
怪我咯
怪我咯 2017-05-16 13:39:04
0
2
554

$.when()..Submit multiple requests asynchronously; how to solve the following situation?

怪我咯
怪我咯

走同样的路,发现不同的人生

reply all(2)
迷茫

Please refer to

Ty80

There are several methods. One is restriction. If the former one does not return, the latter one will not be executed. The other is to request a limit for a certain time. Also, when the next request is made, immediately close the previous request (jQuery can do this, but it won’t work after the request is completed)

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template