Skip to content

Instantly share code, notes, and snippets.

@codeyash
Created June 4, 2011 05:15
Show Gist options
  • Save codeyash/1007608 to your computer and use it in GitHub Desktop.
Save codeyash/1007608 to your computer and use it in GitHub Desktop.
for (var i in data)
{
alert('theStatus[\''+i+'\'] is ' + data[i])
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment