RobertJay
Posts: 0
Joined: Fri Jun 15, 2012 1:32 pm

Getting value from select list

I seem unable to retrieve the value of the selected option of a select list called "char1". I tried the following, for example, and got no value back. Thanks.

var t1 = $('#char1').val();
alert(t1);

Alena Prykhodko
Posts: 0
Joined: Tue Apr 09, 2013 7:36 am

Getting value from select list

Hi,

Please look at a similar question here https://getsatisfaction.com/apperyio/...

RobertJay
Posts: 0
Joined: Fri Jun 15, 2012 1:32 pm

Getting value from select list

Thank you Alena - that works perfectly. I did not find that post earlier since I was searching for select list (rather than select component).

Return to “Issues”