Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个事件数据网格,其中的数据按事件顺序排序(在数据库表中有一个名为 event_order 的列)。我需要实现拖放选项,以便用户可以拖动任何行并在行之间放置任何位置,以便 ajax 应该使用该项目的更新顺序更新我的数据库表。只是建议我如何开始。
谢谢
我会研究 JQueryUI 插件。它具有拖放功能:
http://jqueryui.com/demos/droppable/