Skip to content

Instantly share code, notes, and snippets.

@mrandyclark
Created February 16, 2011 20:26
Show Gist options
  • Save mrandyclark/830111 to your computer and use it in GitHub Desktop.
Save mrandyclark/830111 to your computer and use it in GitHub Desktop.
var map = ["string", "string2"]
$.each(map, function(key, value) {
alert(key + ': ' + value);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment