メモ的ブログ
$('#hoge').append(new Option(i, i));
var elem = document.getElementById("hoge"); elem.options[i] = new Option(i, i);