Hi,
I want a user to be able to reorder a list on a click event. I have set up a very basic jsFiddle here:
So in this example i would like to move the clicked li item and its contents to the position above in the DOM. I suppose strictly speaking it is being moved down in the index of li items.
This is going to be extended later to include buttons that move li items up and down and a submit button that saves the order/state of the list items.
I have found a lot of info on drag and drop (which is not required) but not much on this sort of functionality. If someone could point me in the right direction that would be great :)