We have two server call and we are calling using the ajax and one call are depended on another then how can we achieve it.

There are two option : 1. Do the sync ajax call means set async to false 2. write the other call in success of first call

Comments