2
Reply

What is the difference between async:false and async:true in jquery ajax?

Sundar

Sundar

7y
327
0
Reply

    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.

    async true means it is being functional continues even non stop without any response.