SyntaxFix
Write A Post
Hire A Developer
Questions
var data=[{'com':'something'},{'com':'some other thing'}]; $.each(data, function() { $.each(this, function(key, val){ alert(val);//here data alert (key); //here key }); });