XModPro

DropDownList text value in jQuery

Buck Anderson Buck Anderson asked Jan 7, 2016
Active Jan 13 · Viewed 1503 times
<p>Can you tell me how I can retrieve the selected text value of a dropdownlist (ddlStatus) and pass it to a hidden textbox (StatusNameText) in jquery?</p><p><br>I have the ability to retrieve the value with:<br>$('#' + Admin_Helpdesk_Request.ddlStatus).bind('change', function( e ){</p><p>$('#' + Admin_Helpdesk_Request.StatusNameText).val($(this).val());</p><p>TIA<br>Buck</p>

2 Answers

Loading answers...