Ajax response from Media Selection does not update ALL information more than once
So, I figured out why this only worked once, and not every time afterward. I have the ID and URL wrapped in a <span> with an ID and class tied to it. However when the if(response.success === true) { fired, and updated the ID and URL of the image, it overwrote the entire <span> with … Read more