var select = document.getElementById("example-select"); select.options[select.options.length] = new Option('Text 1', 'Value1');