Home »
Code Examples »
ASP.Net Code Examples
ASP.Net - How to change the selected value of a drop-down list with jQuery Code Example
The code for How to change the selected value of a drop-down list with jQuery
/*Add .change() to see the option in the dropdown list frontend:*/
$("._statusDDL").val('2').change();
Code by IncludeHelp,
on February 28, 2023 07:59