I want to be able to set the default/selected value of a select element using the JQuery Select2 plugin.
Don't know others issue, Only this code worked for me.
$('select').val('').select2();