I know you can search an array using the alert($.inArray("myWord", myArray));
but if there is a 3D array like in the locations /markers usally have. I would like to loop thrue the arrays "third" index values. But how do you write that, obviously I can not write "i" alert($.inArray("myWord", locations[i][3])); I would like to search these values in the 3d locations[1][3] locations[2][3] locations[3][3] locations[4][3] and so on... -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. To post to this group, send email to google-maps-js-api-v3@googlegroups.com. To unsubscribe from this group, send email to google-maps-js-api-v3+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/google-maps-js-api-v3?hl=en.