document.write("
<script>
var firstArray = ["red", "green", "blue", "yellow"];
$.each(firstArray, function(){
});
</script>
iterate through array in jquery 2 - Snippet hosted by \"Cacher\"
");