Hi guys
Just wondering if anyone knows how I can get the returned json data from ajaxStop...
I know there is a data property within event object, but it is undefined, even though data is being returned correctly...
Cheers Anthony
UPDATE:
When using Success or complete I can see that the responseText within request is populated, but it is a string type and not a json type...
Any idea how I can get access to the typed returned data?