Answers for "select2 multiselect repeat values selected"

0

select2 multi select get selected value

alert("Selected value is: "+$(".leaderMultiSelctdropdown").select2("val"));

alternatively, if you used a regular selectbox as base, you should be able to
use the normal jquery call, too:

alert("Selected value is: "+$(".leaderMultiSelctdropdown").val());
Posted by: Guest on May-17-2021
-1

select2 multiple selected values

in_array($value, $array)
Posted by: Guest on March-22-2021

Code answers related to "select2 multiselect repeat values selected"

Code answers related to "Javascript"

Browse Popular Code Answers by Language