ajax complete event: match url with regex – Jquery ajax
I'm trying to run a function after a certain ajax request is completed. Since there are multiple requests being made across the site, I'm filtering the one I want with settings.url like in the official documentation: $( document ).ajaxComplete(function( event,…