It's just a matter of selecting the proper html select and get the selected value.
Richard On Wed, Aug 8, 2012 at 1:33 PM, Mathias Van Daele <[email protected] > wrote: > Thanks for your reply Richard ! > > I was hoping I could find a solution without extra Jquery, but I will > try it with Jquery . > > Mathias > > 2012/8/8 Richard Vézina <[email protected]>: > > 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 > >> > >> -- > >> > >> > >> > > > > > > -- > > > > > > > > -- > > > > --

