[jQuery] Getting the TEXT of an option tag, not the value.

[jQuery] Getting the TEXT of an option tag, not the value.

How would you go about getting the text of the currently selected option
tag, not it's value?
Assuming I've got a select box like so:
<select name="mySelect">
    <option value="1">one</option>
    <option value="2">two</option>
    <option value="3">three</option>
</select>
Assuming that "two" is the currently selected option, how would I use jQuery
to return the word "two"?
<!----------------//------
andy matthews
web developer
certified advanced coldfusion programmer
ICGLink, Inc.
andy@icglink.com
615.370.1530 x737
--------------//--------->
_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/