How could I chain jquery ajax calls with promises where the data returned from the previous call, is then used to construct the url used for the next call?
Does anyone know a way or example?
Thanks
How could I chain jquery ajax calls with promises where the data returned from the previous call, is then used to construct the url used for the next call?
Does anyone know a way or example?
Thanks