Skip to content

Instantly share code, notes, and snippets.

@JonoB
Last active December 25, 2015 04:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save JonoB/6917686 to your computer and use it in GitHub Desktop.
Save JonoB/6917686 to your computer and use it in GitHub Desktop.
var response = { 'whatever' };
var items = ['item1', 'Item2', 'Item3'];
$.each(items, function(key, value) {
$.each(response.value, function(k, v) {
});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment