Array.map(function() { var obj = {} obj['id'] = $(this).id; obj['name'] = $(this).name; return obj; })