开发者

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

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

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜