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.

...