$("select#spalte_1 option") .each(function() { this.selected = (this.text == "cSeo"); }); // oder $("#spalte_1").val("cSeo").change();