Monday, June 1, 2009

[jQuery] Re: json indexing not working for me

json is the data passed back from the server
does the data passed back from server look like

{
"member" : 
{
"name" : "some name"
}
}
?

or are u just trying to access your "data"?

No comments: