I want to be able to set the default/selected value of a select element using the JQuery Select2 plugin.
$('select').select2("val",null);