By default async is true process will be continuing in jQuery ajax without wait of request.
async false means it will not go to next step untill the response will come.
by default async is true. it means process will be continuing in jQuery ajax without wait of request.
Async false means it will not go to next step untill the response will come.