I am using this bit of jquery to put the value selected from my dropdown into a hidden text field. This works beautifully - got it from one of the folks on this forum!!!, but I
Use .text() instead of .val() on the selected option
.text()
.val()
$(this).find(":selected").text()
ids should start with a letter, too
ids