SyntaxFix
Write A Post
Hire A Developer
Questions
$.each( { name: "John", lang: "JS" }, function(i, n){ alert( "Name: " + i + ", Value: " + n ); });
each