I want to execute 4 api's parallelly from my javascript to display data in each tab, but specifying async:true in ajax gives wrong integer output – Jquery ajax
I have 4 tabs in html and i have to call 4 diff api's which return json and render that output in each tab. Now the problem is, when i write ajax staments one after another with async:false, the page…