Ajaxcomplete what selector to use
I am trying to figure out the correct selector to use with this event. After someone uploads a file, I want to run a function. I have tried the div that receives the updated file link and the form id, but neither works.
Example code
SCRIPT START
$("#divthatgetsupdated").ajaxcomplete(function {
alert ()
})
);
SCRIPT ENDS