for (var i = 65; i <= 90; i++) { $('#select_id_or_class').append('<option>' + String.fromCharCode(i) + '</option>'); }