jeans_larghi Posted September 6, 2012 Posted September 6, 2012 hello, I want access to specific fields of data parameter. is possbile to do something similar to the example? thanks in advance. function OnAjaxRequest(sender, url, data) { alert(data); // OK alert(data.eventName); // ????? } Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.