var listitems = ''; $.each(temp, function(key, value){ listitems += '<option value=' + key + '>' + value + '</option>'; }); $select.append(listitems);