How to get the text of the selected option of a select using jquery?

$("#days option:selected").text()

Does .text() not give you the result you are after?

http://marcgrabanski.com/article/jquery-select-list-values - found this too