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

Comments and Discussions!

Load comments ↻






Copyright © 2024 www.includehelp.com. All rights reserved.