0 votes
in JQuery by
What does the jQuery Ajax event method ajaxComplete() do?

1 Answer

0 votes
by

Whenever an Ajax request completes, jQuery triggers the ajaxComplete event. Any handlers that have been registered with the .ajaxComplete() method are executed at this time.

Related questions

0 votes
asked Nov 20, 2020 in JQuery by sharadyadav1986
0 votes
asked Nov 20, 2020 in JQuery by sharadyadav1986
...