开发者

How to Update Two div at same time with Two different response by using ajax

开发者 https://www.devze.com 2023-02-28 07:10 出处:网络
How to Update Two div at same ti开发者_JAVA技巧me with Two different response by using ajax;Ajax requests are asynchronous. so you can save first response, send second request in first request callbac

How to Update Two div at same ti开发者_JAVA技巧me with Two different response by using ajax;


Ajax requests are asynchronous. so you can save first response, send second request in first request callback and in second callback function update divs with first and second responses. this way you can be sure that both responses arrived and ready to be processed.

0

精彩评论

暂无评论...
验证码 换一张
取 消