Not sure what you mean...
You can change the option selected using jQuery's val
- $('select').val(10) //-> YUI
You can also retrieve the value selected using jQuery's val() with no arguments.