I\'m using Select2 in a combination of dropdown menus. I have one menu for \"Countries\" and one for \"States/Provinces\". Depending on the country that is chosen, the \"Sta
Initialize again select2 by new id or class like below
select2
when the page load
$(".mynames").select2();
call again when came by ajax after success ajax function
$(".names").select2();