I have a% multiple% co with Chosen and I need to pass the data on how they have been selected; but the moment I pass them, it passes them to me in the way they are sorted in <select>
.
For example, I select products 2, Cookies, +, 4 and Rancheritos in that order:
But on the page that I receive them, he shows them to me in this way (2, 4, Cookies, Rancheritos, +) and not in the way I selected them:
How can I make the data go through in the selected order and not in the order in which they are displayed in the <option>
?