Getting value from select list
Posted: Sun Apr 27, 2014 9:27 pm
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);