Horje
multiple value selected in select2 Code Example
multiple value selected in select2
var selectedValuesTest = ["WY", "AL", "NY"];
$(document).ready(function() {
  $("#e1").select2({
    multiple: true,
  });
  $('#e1').val(selectedValuesTest).trigger('change');
});




Javascript

Related
command reboot android app react native adb command Code Example command reboot android app react native adb command Code Example
react get current date minus 7 days Code Example react get current date minus 7 days Code Example
js jquery  class ending with string Code Example js jquery class ending with string Code Example
how to remove only green background from video using ffmeg nodejs Code Example how to remove only green background from video using ffmeg nodejs Code Example
Execute JavaScript using Selenium WebDriver in C# Code Example Execute JavaScript using Selenium WebDriver in C# Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
8