Another answer to the Bojangles question is that you can pass in additional arguments like this so that you have more control over the request.
Since this code will be run for each individual request, therefore, if you want to call the Click function, you probably do not want to run it every time and every time for every request. That way you would wrap your click code inside some conditional IF statement.
$(document).ajaxComplete(function(event,request, settings){
source share