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
This should be even easier.
$("#e1").select2("val", ["View" ,"Modify"]);
But make sure the values which you pass are already present in the HTMl