With .val() http://api.jquery.com/val/
With :selected http://api.jquery.com/selected-selector/ This could also interest you : http://stackoverflow.com/questions/496052/jquery-setting-the-selected-value-of-a-select-control-via-its-text-description Richard On Wed, Aug 8, 2012 at 11:05 AM, Mathias <[email protected]> wrote: > Hello, > > How can I retreive the selected value (option), from an HTML select ? > > I want to use this in an ajax function, but I don't know how to get the > value. > > Thanks > > Mathias > > -- > > > > --

