How to load an ajax (jquery) request response progressively without waiting for it to finish?

前端 未结 4 2035
走了就别回头了
走了就别回头了 2020-12-06 08:28

I want to make a form that will use jquery to submit a list of keyword to a php file, this file could take a lot of time to load depending on the size of the keywords list.<

4条回答
  •  执笔经年
    2020-12-06 09:04

    It sounds like you need to use multiple, smaller requests instead of one big one.

提交回复
热议问题