I have a tagging plugin that supports its tag selection in two forms. One of them is an internal array. Another is html selection, which contains only tags with all selected, which allow the tag plugin to act like a regular element if the plugin is part of the form.
I was asked to reorder. I know how to do this and set up an array. The choice puzzled me a little how different browsers handle the order.
In what order are the selected items presented as part of the form? Are they selected in order? Alphabetically / numerically by value? Or just top to bottom with selected items?
source
share