var json = [ { "red": "#f00" }, { "green": "#0f0" }, { "blue": "#00f" } ]; $.each(json, function() { $.each(this, function(name, value) { console.log(name + '=' + value); }); });
vypíše red=#f00 green=#0f0 blue=#00f
© 2009 Shaddow hosting od VIPHosting