Jquery – How can I return correct value from function with multiple ajax requests?
I have a function and its have nested two ajax call. I want to return a value inside from second ajax call when ajax call is successed. i think because function ending but the ajaxs call still not end. But…