How to set value of multiselect box in script?
Confluence User - 27 Jul, 2018
How can I set multiselect box value to something using javascript.
I have already tried these types of methods but to no avail:
$('#multiselectbox').val('value');
forms;selectbox