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
Use the following script after appending your select.
$('#state').select2();
Don't use destroy.
destroy