Answers for "how to fetch the index value of select tag in jquery"

3

how to fetch the selected value of dropdown jquery

BY LOVE
$('#ddlName option:selected').val();
Posted by: Guest on May-08-2020
0

get index of option in select jquery

alert($("#dropDownMenuKategorie")[0].selectedIndex);
Posted by: Guest on December-12-2020

Code answers related to "how to fetch the index value of select tag in jquery"

Code answers related to "Javascript"

Browse Popular Code Answers by Language