0

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?

Rob W
  • 341,306
  • 83
  • 791
  • 678
Kylo
  • 2,300
  • 1
  • 19
  • 24

1 Answers1

0

No, but you easily simulate it with InsertBefore/InsertAfter or other DOM functions.

Kane
  • 1,420
  • 2
  • 8
  • 5