Skip to content

Tag: select

Multiple select get Selected options in order selected

i have a multiple select like the following that i have implemented chosen plugin on i have an onchange listener that adds selected elements to an array like so however in which ever option i select the items they always end up arranging themselves in the order they are in the multiple select for example by s…