obj = {'1': 10, '2': 2, '3': 130}; Object.keys(obj).forEach(function(key, id) { alert('id: '+id+', key: '+ key +' = ' + obj[key]); });