andru26
3/30/2017 - 9:43 PM

Loop Through Object

Loop Through Object

$.each(invitationSizes, function(key, value) {
  console.log(key, value);
});