Right now I have a list of divs set up that are all elements in a 'Sortable' div. As I have it now, you can drag and on a :update I am keeping track of the new positions of all the divs.
My question is this, is it possible for me to add a small section to each div in the sortable so I can type in a numeric position to move said DIV to this position?
EX. Div A is in position1, Div B in Position2 and Div C in Position 3. I want to be able to click in Div B and type in 1, and have Div A move to position 2 and Div B move to position 1.
Thanks Guys,
Geoff