Answers for "how to get the value of a select2 element"

1

select2 find option by value

$('#Select2ID option[value="actualVal"]).text()
Posted by: Guest on September-17-2021

Code answers related to "how to get the value of a select2 element"

Code answers related to "Javascript"

Browse Popular Code Answers by Language