[jQuery] Handle sortable items without using the mouse.
I would like to know if there is a way to move sortable items without
using the mouse. I have a few sortable items and the user have the
opportunity to "hide" a specific item (Change opacity to 0.3). At the
same time I want the item to be the last one in the dom-structure of
the sortable items.
What is the most simple way to move an item in the dom-structure. And
will my Update Function react on the action?
Feel free to write your suggestions and opinions.
Thanks in advance