var objSelect=document.getElementById("select的id");objSelect.options.add( new Option(txt, val));
利用jquery的.before函数可以添加内容至最前面
object.add(oElement [, iIndex]) 第2个参数就是索引号。