Skip to content

Instantly share code, notes, and snippets.

@bjhaid
Created August 10, 2011 15:04
Show Gist options
  • Save bjhaid/1137043 to your computer and use it in GitHub Desktop.
Save bjhaid/1137043 to your computer and use it in GitHub Desktop.
searcharray = [["yahoo.com", "3d6e-3a91-7c55-4e06df0429ec", "nni oka"], ["yahoo.com", "c0d9-0aec-c897-4e06e64b7230", "Nndi Oor"], ["gmail.com", "6f56-fa39-a30f-4e06f2e55182", "Nnamdi Okafor"], ["yahoo.fr", "bb64-b53b-2c14-4e07061ef525", "mae"], ["yahoo.com", "7bae-94dd-74aa-4e071a03a701", "Dadi Osme"], ["hotmail.com", "8b0d-95a8-11fc-4e07214884de", "Nnamdi Ekezie"], ["nyahoo.com", "6452-3b59-98d9-4e072b9b331a", "sui nu"]]
test = $.each( searcharray, function(i, val) {
$.each( val, function(x, l) {
$(val).text("i" + l);
alert("Index #" + l);
});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment