New to this. I am thinking to display load percentage while making an ajax request. It is actually for a WordPress query. I am curious if there is any parameter similar like below
success: function(response) {
may be like :
success: function(response, value) {
?
Also looking for any reference documentation if any.
thanks