hi all i am binding my dropdown with Jquery-Select2. Its working fine but now i need to Bind my Multi-Value selectBox by using Jquery-Select2.
M
This is with reference to the original question $('select').val(['a','c']); $('select').trigger('change');