I saved ONE or MORE THAN ONE values from multiply select option to one value in DB. for example:" Name1, Name2, Name3 "
When I leave from page and then return to page I need load and preselected these values to multiply select option.
I need this :
$("#form_meno").val([**"Name1", "Name2", "Name3"**]);
But I dont know how I convert it.