I'm trying to implement some Move Up and Move Down hyperlinks in a list so that, for example, pressing move up moves the item one place up in the list.
I have tried giving the list an order column and sorting by it, but I am struggling to retrieve the list items using javascript, how I can I retrieve the item when all I know is it's order value?