我正在尝试在input
sortable UL.
框
可排序有效,但文字为"locked"
或click event is overridden
...不确定该怎么做。
我认为link解决了我的一些问题。但是,我仍然感到困惑。
我还有fiddle代码用于测试。
提前谢谢Tons!
SK
答案 0 :(得分:8)
正如评论中所指出的,当您在取消选项
中包含输入标记时,此方法有效 $('#jqParetoEditList').sortable({
cancel: ".fixed,input",
delay: 100,
//connectWith: "",
stop: function (event, ui) {
//p.HandleSortPareto(ui, ui.item) // note this just handles the change in order
},
start: function (event, ui) {}
});