Hi All,

Need help in displaying the selected value on a select in a
form....below is the code which return nothing/empty.

$("#frmLookup select").change(function() {
    var selitem = this.value

    alert(selitem)
})

form:
<form id="frmLookup">
<select>
<option>choice1</option>
<option>choice2</option>
<option>choice3</option>
</select>
</form>

Thanks in advance...Cheers,
cdelfino


_______________________________________________
jQuery mailing list
[email protected]
http://jquery.com/discuss/

Reply via email to