【问题标题】:jquery sortable, how can i get element's new position?jquery 可排序,我怎样才能获得元素的新位置? 【发布时间】:2010-01-05 05:48:51 【问题描述】: 我怎样才能在列表中获得<li> 的新位置? 【问题讨论】: 标签: jquery-ui jquery-ui-sortable 【解决方案1】: 知道了! $(ui.item).prevAll().length + 1 【讨论】: