More of a discussion than a technical question really, just wondering what alternative methods are used to identify the target wrapper for an Ajax content request.
At the moment in my simple Ajax framework, I simply update the parentElement.innerHTML. However, I probably need a better way to...