I'm using sortable_element
to sort some list with dragging and dropping, but I would like to have also some top/bottom buttons to move elements. Is there any javascript function that would act as if I dragged some element to the top/bottom of the list?
Asked
Active
Viewed 312 times
0
1 Answers
0
No, but you easily simulate it with InsertBefore/InsertAfter or other DOM functions.

Kane
- 1,420
- 2
- 8
- 5