I have a HTML combobox which has two entries. One is blank and the other is some text. I don’t know what the values are.
Is there anyway by using jquery (given the constaint above) that I can have the entry with text in it programtically selected in the combobox?
this is one way to do it
assuming this is the html
here is the jquery
here is a working demo