Answers for "how to catch that in seletion one and another selection option is not same in jquery"

1

jquery selected option

$( "#myselect option:selected" ).val();
Posted by: Guest on July-13-2020
0

jquery: get selected option of the drop down list

$('#ddlID').val();
$('#ddlID').text();
Posted by: Guest on June-28-2020

Code answers related to "how to catch that in seletion one and another selection option is not same in jquery"

Browse Popular Code Answers by Language