jQuery.sortable. change the order by JavaScript

后端 未结 3 1565
广开言路
广开言路 2020-12-31 12:41

How can I change the order of a list once applied by JavaScript jQuery.sortable.

For example:

3条回答
  •  梦谈多话
    2020-12-31 13:26

    The sortable provides a user interface for rearranging the items. To rearrange them programmatically you still need to manipulate the elements yourself, manually or with some other plugin.

提交回复
热议问题