I have a simple html multi select drop down list:
ALL
one two three four var data = "1,3,4"; var dataarray = data.split(","); $("#mycontrolId").val(dataarray);