ASP.NET MVC - AjaxContext
I've tried to inspect the AjaxContext that ASP.NET-MVC uses on for instance Ajax Actionlinks and their onSucces, onComplete etc. clientside functions. But I don't understand very much of it... Where is the documentation on this thing? Does anybody know how to I get the 'target' or 'srcElement' (e.target or window.event.srcElement) when...