returns text of currently selected option
var value = $$("select").getValue(); var text = $$("select").getText();