Intercepting $.ajax.complete to capture responseText
How would I intercept responseText from the complete function of the ajax request ?
Once I capture the responseText, I would the to return execution of rest of the lines in the original complete method