I\'m using Oleg\'s select2 demo, but I am wondering whether it would be possible to change the currently selected value in the dropdown menu.
For example, if the fou
My Expected code :
$('#my-select').val('').change();
working perfectly thank to @PanPipes for the usefull one.