I am having problems getting select2 to work in IE8.
I have multiple select drop downs and I am targeting them like:
$('select.form-control.select-dropdown').select2({
placeholder: "Please select",
allowHtml: true,
closeOnSelect: true
});
Do I need to do anything special to get the selects to work in IE8?