this might sound dumb but I am trying to display the value of content:
I do console.log(teams);
I open firebug on mozilla and here is what I get :
[Object { id= "50", content= "Team 1 test" , date="Tue Mar 26 2013 12:00:00"}]
when I do alert(teams.content); or alert(teams[content]);
it returns object undefined.What am I doing wrong please ?