Order of selection in html select multiple?
问题 I have a tagging plugin which maintains it's selection of tags in two forms. One is an internal array. The other is by having an html select which only contains the tags with all selected which allows the tagging plugin to act like a normal element if the plugin is part of a form. I have been asked to implement re-ordering. I know how to do this and adjust the array. The select has me a bit puzzled as to how different browsers handle the order. In what order are the selected items submitted